Skip to content

Commit 85631e7

Browse files
committed
Update mypy.ini
1 parent 335356b commit 85631e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/linters/.mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[mypy]
22
exclude = examples/
3+
disable_error_code = import-not-found
4+
5+
[mypy-examples.*]
6+
follow_imports = skip

0 commit comments

Comments
 (0)