Skip to content

Commit

Permalink
Use flake8<6 due to plugin breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
javacruft committed Jan 18, 2023
1 parent 32f1000 commit bb9a21a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ commands = {[testenv:lint]commands}
description = Check code against coding style standards
deps =
black
# flake8==4.0.1 # Pin version until https://github.com/csachs/pyproject-flake8/pull/14 is merged
flake8
flake8<6
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down

0 comments on commit bb9a21a

Please sign in to comment.