Skip to content

Commit

Permalink
Merge pull request #125 from Anselmoo/develop
Browse files Browse the repository at this point in the history
build: ⬆️ Bump flake8
  • Loading branch information
Anselmoo authored Aug 5, 2022
2 parents c21b098 + fc628de commit a15cb2a
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 47 deletions.
138 changes: 92 additions & 46 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ classifiers = [
[tool.poetry.dev-dependencies]
black = "^22.3.0"
isort = "^5.10.1"
flake8 = "^4.0.1"
flake8 = [
{ version = "^4.0.1", python = "<3.7" },
{ version = "^5.0.4", python = ">=3.7" },
]
pydocstyle = "^6.1.1"
mypy = "^0.960"
coverage = "^6.1.2"
Expand Down

0 comments on commit a15cb2a

Please sign in to comment.