We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd688f commit e74cb22Copy full SHA for e74cb22
pyproject.toml
@@ -75,7 +75,7 @@ check-filenames = true
75
uri-ignore-words-list = "*" # prevent spelling correction in URL-like values.
76
77
[tool.mypy]
78
-files = ['*.py', 'looptrace-loci-vis/*.py', 'tests/*.py']
+files = ['looptrace-loci-vis/*.py', 'tests/*.py']
79
plugins = ["pydantic.mypy"]
80
warn_redundant_casts = true
81
warn_unused_ignores = true
0 commit comments