This commit is contained in:
Fundor333
2025-01-21 02:58:15 +01:00
parent 9e29b9441b
commit 53ce9dfe93
23 changed files with 343 additions and 61 deletions

6
.flake8 Normal file
View File

@@ -0,0 +1,6 @@
[flake8]
ignore = E501, W503, F403, C901, B904, B902
max-line-length = 119
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = .git,*migrations*,.tox, .venv