Skip to content

Commit

Permalink
Pin flake8 to latest version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jun 16, 2024
1 parent 9742188 commit b1c0ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests_require =
tox
isort
black
flake8
flake8==7.1.0

[options.packages.find]
include =
Expand All @@ -56,8 +56,8 @@ tests =
tox
isort
black
flake8
pep8 = flake8
flake8==7.1.0
pep8 = flake8==7.1.0
coverage = pytest-cov
docs =
sphinx
Expand Down

0 comments on commit b1c0ad4

Please sign in to comment.