Skip to content

Commit

Permalink
add flake8 config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosade committed Sep 20, 2024
1 parent 139d7cc commit 30839a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .flake8.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
# E501 - line too long: black will manage it for us
# F722 syntax error in forward annotation '^[a-z-]+$'
# W503 - line break before binary operator: black will break before
ignore =
E501,
F722,
W503

0 comments on commit 30839a6

Please sign in to comment.