Skip to content

Commit a6ac933

Browse files
Merge pull request #172 from nathanaelbosch/tox-pylint-run-all
Make tox -e pylint run all commands, even when failing
2 parents 8779648 + bdadd41 commit a6ac933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ commands =
5353
basepython = python3
5454
description = Code linting with pylint
5555
deps = pylint == 2.6
56+
ignore_errors = true
5657
commands =
5758
# pylint src
5859
pylint src/probnum/diffeq --disable="protected-access,abstract-class-instantiated,too-many-locals,too-few-public-methods,too-many-arguments,unused-argument,missing-module-docstring,missing-function-docstring"

0 commit comments

Comments
 (0)