Skip to content

Commit 2a6ca7b

Browse files
Tell mypy where to look for types.
1 parent bb5880e commit 2a6ca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ignore=CVS
1414

1515
# Add files or directories matching the regex patterns to the blacklist. The
1616
# regex matches against base names, not paths.
17-
ignore-patterns=
17+
ignore-patterns=py.typed
1818

1919
# Python code to execute, usually for sys.path manipulation such as
2020
# pygtk.require().

0 commit comments

Comments
 (0)