Skip to content

Commit

Permalink
Add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaack committed May 23, 2022
1 parent 3068440 commit 9b78abd
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]
max-line-length = 88
extend_ignore =
# No type annotations for 'self' (flake-annotations)
ANN101

0 comments on commit 9b78abd

Please sign in to comment.