Skip to content

Commit 2f656fd

Browse files
committed
fix test typing
1 parent 9701a04 commit 2f656fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ disallow_any_generics = true
144144

145145
[[tool.mypy.overrides]]
146146
module = ["test.*"]
147-
disable_error_code = ["type-arg", "no-untyped-def", "no-untyped-call"]
147+
disable_error_code = ["type-arg", "no-untyped-def", "no-untyped-call", "untyped-decorator"]
148148

149149
[[tool.mypy.overrides]]
150150
module = ["service_identity.*"]

0 commit comments

Comments
 (0)