Skip to content

Commit

Permalink
Update flake8 config for black compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 31, 2024
1 parent afe6f17 commit 30d75e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 110
max-doc-length = 79
ignore = W503, E203, N802, N803, N806, N812, N815, N816
ignore = W503, E203, E704, N802, N803, N806, N812, N815, N816
exclude =
bin,
doc,
Expand Down

0 comments on commit 30d75e4

Please sign in to comment.