Skip to content

Commit 243b57a

Browse files
Add stubs to ignore list for pylint.
1 parent 3856afd commit 243b57a

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
@@ -10,7 +10,7 @@ fail-under=10.0
1010

1111
# Add files or directories to the blacklist. They should be base names, not
1212
# paths.
13-
ignore=CVS
13+
ignore=CVS,stubs
1414

1515
# Add files or directories matching the regex patterns to the blacklist. The
1616
# regex matches against base names, not paths.

0 commit comments

Comments
 (0)