Skip to content

Commit

Permalink
add flake8 settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 1, 2023
1 parent e938f4f commit 2a578c6
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 = C901, E203, E266, E501, W503, B905
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit 2a578c6

Please sign in to comment.