Adjust linters for dropping Python 3.9
This commit is contained in:
parent
69f3882ce3
commit
fdc4b90b3c
2
.flake8
2
.flake8
|
|
@ -59,7 +59,7 @@ ignore =
|
||||||
PT004,
|
PT004,
|
||||||
PT011,
|
PT011,
|
||||||
PT012
|
PT012
|
||||||
min-version = 3.9.0
|
min-version = 3.10.0
|
||||||
max-complexity = 12
|
max-complexity = 12
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
qutebrowser/api/hook.py : N801
|
qutebrowser/api/hook.py : N801
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.9
|
python_version = 3.10
|
||||||
|
|
||||||
### --strict
|
### --strict
|
||||||
warn_unused_configs = True
|
warn_unused_configs = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue