Skip to content

Commit

Permalink
fixup! fix(isort): fix pre-commit error for old flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyosx committed Jul 29, 2024
1 parent 28c2587 commit 911cd51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[flake8]
extend-ignore=
E203, # See https://github.com/PyCQA/pycodestyle/issues/373
E501, # style related, follow black
W503, # style related, follow black
extend-ignore= "E203,E501,W503"
max-line-length = 120
max-complexity = 100

Expand Down

0 comments on commit 911cd51

Please sign in to comment.