Skip to content

Commit

Permalink
degraded flake8 version to avoid extra rules for python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jan 18, 2024
1 parent 31f83fb commit 9585e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
51 changes: 1 addition & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ pytest = "^7.1"
mock = "^4.0.3"
pep8-naming = "^0.4.1"
pytest-cov = "^2.4"
flake8=[
{ version = "3.9.2", python = "~3.7" },
{ version = "7.0.0", python = "^3.8" }
]
flake8="^3.9.2"
pytest-xdist = "^1.15"
respx = "^0.20.0"
importlib-metadata = "^4.12"
Expand Down

0 comments on commit 9585e46

Please sign in to comment.