Skip to content

Commit

Permalink
Merge 03bc82b into 7381a93
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed May 22, 2018
2 parents 7381a93 + 03bc82b commit 08cbc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -39,6 +39,7 @@ htmlcov/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*,cover
Expand Down
2 changes: 1 addition & 1 deletion pytest_pylint.py
Expand Up @@ -173,7 +173,7 @@ class PyLintItem(pytest.Item, pytest.File):
# pylint doesn't deal well with dynamic modules and there isn't an
# astng plugin for pylint in pypi yet, so we'll have to disable
# the checks.
# pylint: disable=no-member,super-on-old-class
# pylint: disable=no-member,super-on-old-class,abstract-method
def __init__(self, fspath, parent, msg_format=None, pylintrc_file=None):
super(PyLintItem, self).__init__(fspath, parent)

Expand Down

0 comments on commit 08cbc67

Please sign in to comment.