Switch to TOML for config file, fix bugs.

This commit is contained in:
OK
2023-03-22 21:37:33 +01:00
parent 7ed9049892
commit c85153c490
9 changed files with 69 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ repos:
rev: 'v1.1.1'
hooks:
- id: mypy
args: [--config-file=mypy.ini]
args: [--config-file=mypy.ini, --install-types, --non-interactive]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0