Skip to content

Commit 4c4da73

Browse files
authored
Revert "Pin flake8 version until flake8-quotes catches up." (#1278)
This reverts commit 8f8b294.
1 parent 64faa9e commit 4c4da73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ basepython = python3.8
101101
skip_install = True
102102
commands = flake8 {toxinidir}
103103
deps =
104-
flake8<6.0.0 # TODO remove this pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
104+
flake8
105105
flake8-isort
106106
flake8-quotes
107107
flake8-black

0 commit comments

Comments
 (0)