Exclude UP036 for now

This commit is contained in:
Matthias 2023-09-18 07:08:08 +02:00
parent 74ed0e0b11
commit 3f85f3cce6

View File

@ -65,6 +65,8 @@ ignore = ["freqtrade/vendor/**"]
line-length = 100
extend-exclude = [".env", ".venv"]
target-version = "py38"
# Exclude UP036 as it's causing the "exit if < 3.9" to fail.
extend-ignore = [ "UP036" ]
extend-select = [
"C90", # mccabe
# "N", # pep8-naming