We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8779648 + bdadd41 commit a6ac933Copy full SHA for a6ac933
tox.ini
@@ -53,6 +53,7 @@ commands =
53
basepython = python3
54
description = Code linting with pylint
55
deps = pylint == 2.6
56
+ignore_errors = true
57
commands =
58
# pylint src
59
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