Skip to content

Commit

Permalink
Removing catching-non-exception from pylint disable.
Browse files Browse the repository at this point in the history
This is because the false positive was fixed in Pylint
1.6.4.
  • Loading branch information
dhermes committed Jul 19, 2016
1 parent a54d078 commit 8ee5e03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/pylintrc_default
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ load-plugins=pylint.extensions.check_docs
# will be detected by our 100% code coverage.
#
# New opinions in pylint 1.6, enforcing PEP 257. #1968 for eventual fixes
# - catching-non-exception
# - missing-raises-doc
disable =
maybe-no-member,
Expand All @@ -103,7 +102,6 @@ disable =
redefined-variable-type,
wrong-import-position,
no-name-in-module,
catching-non-exception,
missing-raises-doc,


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ commands =
python {toxinidir}/scripts/run_pylint.py
deps =
pep8
pylint >= 1.6.3
pylint >= 1.6.4
unittest2
psutil
Sphinx
Expand Down

0 comments on commit 8ee5e03

Please sign in to comment.