Skip to content

Commit

Permalink
Add flake8 prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Feb 4, 2024
1 parent 11d85cc commit 7d1c8c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
# Thanks https://www.reddit.com/r/learnpython/comments/rr6y69/comment/hqeqt68/?utm_source=share&utm_medium=web2x&context=3
ignore = E203, W503, E501

max-line-length = 88
max-complexity = 39
extend-ignore = E203

0 comments on commit 7d1c8c5

Please sign in to comment.