Skip to content

Commit a15cb2a

Browse files
authored
Merge pull request #125 from Anselmoo/develop
build: ⬆️ Bump flake8
2 parents c21b098 + fc628de commit a15cb2a

File tree

2 files changed

+96
-47
lines changed

2 files changed

+96
-47
lines changed

poetry.lock

Lines changed: 92 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ classifiers = [
4444
[tool.poetry.dev-dependencies]
4545
black = "^22.3.0"
4646
isort = "^5.10.1"
47-
flake8 = "^4.0.1"
47+
flake8 = [
48+
{ version = "^4.0.1", python = "<3.7" },
49+
{ version = "^5.0.4", python = ">=3.7" },
50+
]
4851
pydocstyle = "^6.1.1"
4952
mypy = "^0.960"
5053
coverage = "^6.1.2"

0 commit comments

Comments
 (0)