Adjust linters for dropping Python 3.9

This commit is contained in:
killiandesse 2025-11-24 16:12:17 +01:00
parent 69f3882ce3
commit fdc4b90b3c
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