Skip to content

Commit cae2977

Browse files
authored
Add .tox to Pylint ignore list (#2549)
1 parent 887668b commit cae2977

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
@@ -9,7 +9,7 @@
99

1010
# Add files or directories to the blacklist. They should be base names, not
1111
# paths.
12-
ignore=CVS
12+
ignore=.tox,CVS
1313

1414
# Add files or directories matching the regular expressions patterns to the
1515
# ignore-list. The regex matches against paths and can be in Posix or Windows

0 commit comments

Comments
 (0)