Exclude UP036 for now

pull/9194/head
Matthias 3 years ago
parent 74ed0e0b11
commit 3f85f3cce6

@ -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

Loading…
Cancel
Save