pylintrc: Update ignore list

This commit is contained in:
Jiri Kucera 2019-08-19 12:44:23 +02:00
parent 7af5797b7d
commit 149b4e3124

View file

@ -8,7 +8,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
ignore=.git,.tox
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.