Merge pull request #9194 from freqtrade/dependabot/pip/develop/ruff-0.0.290
Bump ruff from 0.0.287 to 0.0.290
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
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
coveralls==3.3.1
|
coveralls==3.3.1
|
||||||
ruff==0.0.287
|
ruff==0.0.290
|
||||||
mypy==1.5.1
|
mypy==1.5.1
|
||||||
pre-commit==3.4.0
|
pre-commit==3.4.0
|
||||||
pytest==7.4.2
|
pytest==7.4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user