Skip to content

Commit 19da325

Browse files
committed
Accept bare Exception.
1 parent 477bc67 commit 19da325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands = py.test
1212

1313
[pycodestyle]
1414
max-line-length = 120
15-
ignore = E741
15+
ignore = E741,E722
1616
exclude = errbot/config-template.py, tests/config-travisci.py
1717

1818
[testenv:codestyle]

0 commit comments

Comments
 (0)