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 c561797 commit 6ab7d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -24,7 +24,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 6ab7d43

Please sign in to comment.