Skip to content

Commit

Permalink
add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 committed Oct 31, 2023
1 parent 6685ae6 commit f1d1106
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = E,F403,F405,F541,F841,W
select = E9,F,W6
per-file-ignores =
__init__.py:F401

0 comments on commit f1d1106

Please sign in to comment.