Skip to content

Commit

Permalink
Revert "Pin flake8 version until flake8-quotes catches up." (#1278)
Browse files Browse the repository at this point in the history
This reverts commit 8f8b294.
  • Loading branch information
n2ygk committed May 31, 2023
1 parent 64faa9e commit 4c4da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ basepython = python3.8
skip_install = True
commands = flake8 {toxinidir}
deps =
flake8<6.0.0 # TODO remove this pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
flake8
flake8-isort
flake8-quotes
flake8-black
Expand Down

0 comments on commit 4c4da73

Please sign in to comment.