mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Expand mypy's `ignore_missing_imports
` list
This commit is contained in:
parent
3f13b5a323
commit
019a6661f4
@ -199,8 +199,6 @@ exclude = [
|
|||||||
"^tests/test_util/test_util_template\\.py$",
|
"^tests/test_util/test_util_template\\.py$",
|
||||||
"^tests/test_util/test_util_typing\\.py$",
|
"^tests/test_util/test_util_typing\\.py$",
|
||||||
"^tests/test_util/typing_test_data\\.py$",
|
"^tests/test_util/typing_test_data\\.py$",
|
||||||
# tests/test_writers
|
|
||||||
"^utils/convert_attestations\\.py$",
|
|
||||||
]
|
]
|
||||||
python_version = "3.11"
|
python_version = "3.11"
|
||||||
strict = true
|
strict = true
|
||||||
@ -232,6 +230,10 @@ strict_optional = false
|
|||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [
|
module = [
|
||||||
"imagesize",
|
"imagesize",
|
||||||
|
"pypi_attestations",
|
||||||
|
"sigstore.models",
|
||||||
|
"sigstore.verify",
|
||||||
|
"sigstore.verify.policy",
|
||||||
"snowballstemmer",
|
"snowballstemmer",
|
||||||
]
|
]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
Loading…
Reference in New Issue
Block a user