Skip to content

Commit 2bf54df

Browse files
authored
Merge pull request #11440 from internetarchive/fix/mypy-exclude
Ensure mypy checks vendor.py
2 parents a29b3f0 + 5605ea2 commit 2bf54df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pretty = true
2222
scripts_are_modules = true
2323
show_error_codes = true
2424
show_error_context = true
25-
exclude = "(vendor*|venv*)/$"
25+
exclude = ["vendor/"]
2626

2727
[[tool.mypy.overrides]]
2828
module = [

0 commit comments

Comments
 (0)