This commit is contained in:
2024-05-13 16:08:20 +02:00
commit e774b41d04
5 changed files with 367 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