We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b7bee commit c4fe071Copy full SHA for c4fe071
tox.ini
@@ -90,7 +90,7 @@ basepython = python3.8
90
skip_install = True
91
commands = flake8 {toxinidir}
92
deps =
93
- flake8
+ flake8<6.0.0 # TODO remove this pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
94
flake8-isort
95
flake8-quotes
96
flake8-black
0 commit comments