This commit is contained in:
2023-10-03 17:23:43 +03:00
parent 852d937040
commit 53e0a7c3e4
5 changed files with 62 additions and 0 deletions

6
.flake8 Normal file
View File

@@ -0,0 +1,6 @@
[flake8]
ignore = E203,W504,W191,W503
exclude = .git
max-complexity = 10
max-line-length = 108
indent-string = ' '