Fix handling of -q and -s, add pre-commit checks.

This commit is contained in:
Oleksandr Kozachuk
2023-04-19 15:28:19 +02:00
parent ad10af8f4f
commit df2f5e01a5
5 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[flake8]
exclude = .git,__pycache__,.venv
per-file-ignores = __init__.py:F401
per-file-ignores = __init__.py:F401, tests/test_ai.py:E501
max-line-length = 140
max-complexity = 10
select = B,C,E,F,W,T4,B9