Skip to content

Commit 9585e46

Browse files
committed
degraded flake8 version to avoid extra rules for python linting
1 parent 31f83fb commit 9585e46

2 files changed

Lines changed: 2 additions & 54 deletions

File tree

poetry.lock

Lines changed: 1 addition & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ pytest = "^7.1"
5252
mock = "^4.0.3"
5353
pep8-naming = "^0.4.1"
5454
pytest-cov = "^2.4"
55-
flake8=[
56-
{ version = "3.9.2", python = "~3.7" },
57-
{ version = "7.0.0", python = "^3.8" }
58-
]
55+
flake8="^3.9.2"
5956
pytest-xdist = "^1.15"
6057
respx = "^0.20.0"
6158
importlib-metadata = "^4.12"

0 commit comments

Comments
 (0)