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:
Matthias
2023-09-18 08:35:55 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

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

View File

@@ -7,7 +7,7 @@
-r docs/requirements-docs.txt
coveralls==3.3.1
ruff==0.0.287
ruff==0.0.290
mypy==1.5.1
pre-commit==3.4.0
pytest==7.4.2