Skip to content

Commit 5cbf125

Browse files
committed
Bump flake8 and its plugins
1 parent 6849111 commit 5cbf125

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

poetry.lock

Lines changed: 24 additions & 24 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ pytest-cov = "^2.10"
3434

3535
# Linters
3636
black = "21.10b0"
37-
flake8 = "3.9.2"
38-
flake8-bugbear = "^21.4.3"
39-
flake8-comprehensions = "^3.4.0"
40-
pep8-naming = "^0.11.1"
37+
flake8 = "4.0.1"
38+
flake8-bugbear = "^21.9.2"
39+
flake8-comprehensions = "^3.7.0"
40+
pep8-naming = "^0.12.1"
4141
isort = "^5.7.0"
4242
types-tabulate = "^0.1.0"
4343
mypy = "0.930"

0 commit comments

Comments
 (0)