mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Exclude UP036 for now
This commit is contained in:
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…
Reference in New Issue
Block a user