This commit is contained in:
killiandesse 2026-01-07 16:35:22 -08:00 committed by GitHub
commit 8bc9c4565e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ ignore =
PT004,
PT011,
PT012
min-version = 3.9.0
min-version = 3.10.0
max-complexity = 12
per-file-ignores =
qutebrowser/api/hook.py : N801

View File

@ -1,5 +1,5 @@
[mypy]
python_version = 3.9
python_version = 3.10
### --strict
warn_unused_configs = True

View File

@ -16,7 +16,7 @@ load-plugins=qute_pylint.config,
pylint.extensions.dunder
persistent=n
py-version=3.9
py-version=3.10
[MESSAGES CONTROL]
enable=all