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
+11
View File
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.1.1'
hooks:
- id: mypy
args: [--config-file=mypy.ini, --install-types, --non-interactive]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8