Skip to content

Commit fd70ac1

Browse files
authored
Set mypy follow_imports to skip as ignore is not a valid option (#590)
1 parent 8aa14d3 commit fd70ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore=E203,W503
99

1010
[mypy]
1111
ignore_missing_imports = true
12-
follow_imports = ignore
12+
follow_imports = skip
1313
check_untyped_defs = true
1414
no_implicit_optional = true
1515
warn_incomplete_stub = true

0 commit comments

Comments
 (0)