Skip to content

Commit

Permalink
update flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Mar 11, 2024
1 parent 833ead3 commit 36b162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 88
extend-ignore = E203
extend-ignore = E203, E713, W604, E231
select = C,E,F,W,B,B950
ignore = E203, E501, W503
per-file-ignores = __init__.py:F401

0 comments on commit 36b162a

Please sign in to comment.