Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang authored Dec 24, 2023
1 parent 1095d33 commit 4f59239
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[flake8]
# https://www.flake8rules.com/
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#flake8
# E203 Whitespace before ':'
# E501 Line too long (82 > 79 characters)
extend-ignore = E203, E501
# E704 Multiple statements on one line (def)

0 comments on commit 4f59239

Please sign in to comment.