Add flake8 config

This commit is contained in:
Andre Basche
2023-07-18 21:31:16 +02:00
parent 4f7d4860db
commit 22367242a2
4 changed files with 10 additions and 5 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
max-complexity = 7