Skip to content

Commit a9a03f9

Browse files
committed
Configure mypy to respect gitignore
1 parent 589e12c commit a9a03f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ max_supported_python = "3.14"
370370
[tool.mypy]
371371
files = [ "." ]
372372
exclude = [ "build" ]
373+
exclude_gitignore = true
373374
follow_untyped_imports = true
374375
strict = true
375376
plugins = [

0 commit comments

Comments
 (0)