Skip to content

Commit d456802

Browse files
committed
Fix pylint issues [skip ci]
1 parent b6c0410 commit d456802

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
# Add files or directories to the blacklist. They should be base names, not
1111
# paths.
12-
ignore=CVS
12+
ignore=CVS,
13+
versioneer.py,
14+
_version.py,
1315

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

0 commit comments

Comments
 (0)