mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
basic python 3.9 support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[mypy]
|
||||
python_version = 3.8
|
||||
python_version = 3.9
|
||||
ignore_missing_imports = true
|
||||
disallow_untyped_defs = true
|
||||
strict_optional = true
|
||||
|
||||
@@ -34,6 +34,8 @@ disable =
|
||||
len-as-condition,
|
||||
raise-missing-from,
|
||||
consider-using-in,
|
||||
unsubscriptable-object,
|
||||
# https://github.com/PyCQA/pylint/issues/3882
|
||||
|
||||
[CLASSES]
|
||||
exclude-protected =
|
||||
|
||||
Reference in New Issue
Block a user