Skip to content

Commit

Permalink
fix: update config for newer flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
huang06 committed Dec 4, 2022
1 parent 33f9106 commit 37f504d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
@@ -1,3 +1,5 @@
[flake8]
max-line-length = 110
extend-ignore = E203 # https://black.readthedocs.io/en/stable/faq.html#why-are-flake8-s-e203-and-w503-violated

# https://black.readthedocs.io/en/stable/faq.html#why-are-flake8-s-e203-and-w503-violated
extend-ignore = E203

0 comments on commit 37f504d

Please sign in to comment.