Skip to content

Commit 2a0d1a2

Browse files
chore(internal): update pyright exclude list
1 parent 3d5c35c commit 2a0d1a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ filterwarnings = ["error"]
131131
typeCheckingMode = "strict"
132132
pythonVersion = "3.8"
133133

134-
exclude = ["_dev", ".venv", ".nox"]
134+
exclude = [
135+
"_dev",
136+
".venv",
137+
".nox",
138+
".git",
139+
]
135140

136141
reportImplicitOverride = true
137142
reportOverlappingOverload = false

0 commit comments

Comments
 (0)