Skip to content

Commit 9a2d726

Browse files
committed
mypy: ignore missing imports harder
Signed-off-by: Sumner Evans <[email protected]>
1 parent b5bf999 commit 9a2d726

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.cfg

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@ max-line-length = 99
55
extension =
66
MC1 = flake8-pep3101
77

8-
[mypy-gi]
9-
ignore_missing_imports = True
10-
11-
[mypy-gi.repository]
12-
ignore_missing_imports = True
13-
14-
[mypy-watchdog.*]
8+
[mypy]
159
ignore_missing_imports = True

0 commit comments

Comments
 (0)