Skip to content

Commit

Permalink
Expand mypy's ignore_missing_imports list
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 23, 2025
1 parent 3f13b5a commit 019a666
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ exclude = [
"^tests/test_util/test_util_template\\.py$",
"^tests/test_util/test_util_typing\\.py$",
"^tests/test_util/typing_test_data\\.py$",
# tests/test_writers
"^utils/convert_attestations\\.py$",
]
python_version = "3.11"
strict = true
Expand Down Expand Up @@ -232,6 +230,10 @@ strict_optional = false
[[tool.mypy.overrides]]
module = [
"imagesize",
"pypi_attestations",
"sigstore.models",
"sigstore.verify",
"sigstore.verify.policy",
"snowballstemmer",
]
ignore_missing_imports = true
Expand Down

0 comments on commit 019a666

Please sign in to comment.