Skip to content

Commit f97a22e

Browse files
authored
signal: improved filter function annotations (#768)
2 parents f6bf5c0 + aed1690 commit f97a22e

File tree

2 files changed

+585
-182
lines changed

2 files changed

+585
-182
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ disallow_subclassing_any = false
113113
always_true = ["NP125", "NP126", "NP20", "NP21", "NP22", "NP23"]
114114

115115
[tool.pyright]
116+
exclude = [
117+
"**/__pycache__",
118+
"**/.mypy_cache",
119+
"**/.ruff_cache",
120+
"**/.tox",
121+
"**/.venv",
122+
]
116123
ignore = [".venv"]
117124
stubPath = "."
118125
pythonPlatform = "All"

0 commit comments

Comments
 (0)