Fix formating and freekassa

This commit is contained in:
Zakhar Izmaylov
2024-11-12 00:11:33 +03:00
parent 840ef3648b
commit c63c8d08cf
11 changed files with 77 additions and 45 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 200
max-line-length = 250
ignore = E203, E266, E501, W503, F541, E704, W293, W291, E126, E121, E123, E128, E302, E131, E231, W292, E402, E261
max-complexity = 25
select = B, C, E, F, W, T4, B9