Flake8 und .gitignore konfigurieren

This commit is contained in:
2024-01-18 20:55:34 +01:00
parent 176f4b2abb
commit f17dc6d1ff
2 changed files with 156 additions and 0 deletions

8
.flake8 Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
exclude =
.git,
__pycache__
extend-ignore = D100
max-line-length = 119
select = E,W,F,N,I,D
application-import-names = flake8_import_order,tests