mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Exclude UP036 for now
This commit is contained in:
@@ -65,6 +65,8 @@ ignore = ["freqtrade/vendor/**"]
|
|||||||
line-length = 100
|
line-length = 100
|
||||||
extend-exclude = [".env", ".venv"]
|
extend-exclude = [".env", ".venv"]
|
||||||
target-version = "py38"
|
target-version = "py38"
|
||||||
|
# Exclude UP036 as it's causing the "exit if < 3.9" to fail.
|
||||||
|
extend-ignore = [ "UP036" ]
|
||||||
extend-select = [
|
extend-select = [
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
# "N", # pep8-naming
|
# "N", # pep8-naming
|
||||||
|
|||||||
Reference in New Issue
Block a user