Commit 62f8070
authored
Specify skip for separate referencing package (#2049)
Fixes the mypy error that is causing all pipelines to fail. Underlying
reason seems to be that the `jsonschema` library was updated and
factored out some code into a separate package. So updated it to also
reference that file in our mypy overrides.
Might be fixed for newer versions by this recent commit
python-jsonschema/referencing@f830e4c1 parent 1d4bb81 commit 62f8070
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
0 commit comments