feat: pre-commit

This commit is contained in:
2024-08-13 13:45:55 +04:00
parent f8a1be6ad9
commit 99df83c1e3
4 changed files with 148 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401, E402
max-line-length = 119
max-complexity = 18
select = B,C,E,F,W,T4,B9