Skip to content

Commit

Permalink
Added a .flake8 to make the checking of formatting and security better
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakan-Kink committed Aug 14, 2024
1 parent 3ead871 commit 7c5810d
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]
max-line-length = 88
; max-complexity = 10
max-doc-length = 140
extend-ignore =
E203,
E501,

0 comments on commit 7c5810d

Please sign in to comment.