Skip to content

Commit

Permalink
Pin flake8 to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed Dec 2, 2022
1 parent d16c869 commit 2dc4dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -26,7 +26,7 @@ commands = black --check --diff --fast .

[testenv:flake8]
deps =
flake8
flake8<6.0.0 # TODO remove pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
flake8-black
flake8-docstrings
flake8-quotes
Expand Down

0 comments on commit 2dc4dc4

Please sign in to comment.