Skip to content

Commit 4f93a0a

Browse files
authored
Merge branch 'main' into example-testclient
2 parents 3ade3ab + 62f8070 commit 4f93a0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ exclude_lines = [
109109
[[tool.mypy.overrides]]
110110
module = "referencing.jsonschema.*"
111111
follow_imports = "skip"
112+
113+
[[tool.mypy.overrides]]
114+
module = "referencing._core.*"
115+
follow_imports = "skip"

0 commit comments

Comments
 (0)