Skip to content

Commit 63b3051

Browse files
Make tox -e pylint run all commands, even when failing
1 parent 9c0c0cf commit 63b3051

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)