Skip to content

Commit 82d557e

Browse files
Merge pull request #3141 from VWS-Python/agent/use-exclude-gitignore-for-mypy
Configure mypy to respect gitignore
2 parents 589e12c + a9a03f9 commit 82d557e

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)