module: ignore some files for linting

This commit is contained in:
cn 2018-03-14 23:17:54 +01:00
parent f5bb5c01cb
commit cbb82a2f9c
2 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ ignore=CVS
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=
ignore-patterns=.*_test.py,setup.py
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().