You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New pylint 2.14.4 includes fix for pylint-dev/pylint#6964, this results in
our pylint configuration for ignore-paths is no longer valid (./.tox => .tox) and pylint fails on checking not related projects from .tox directory:
ERROR: InvocationError for command /home/runner/work/tox-console-scripts/tox-console-scripts/.tox/pylint/bin/python -m pylint -v --rcfile=/home/runner/work/tox-console-scripts/tox-console-scripts/pyproject.toml . (exited with code 30)
The text was updated successfully, but these errors were encountered:
New pylint 2.14.4 includes fix for
pylint-dev/pylint#6964, this results in our pylint
configuration for `ignore-paths` is no longer valid (`./.tox` => `.tox`)
and pylint fails on checking not related projects from `.tox` directory:
> ERROR: InvocationError for command /home/runner/work/tox-console-scripts/tox-console-scripts/.tox/pylint/bin/python -m pylint -v --rcfile=/home/runner/work/tox-console-scripts/tox-console-scripts/pyproject.toml . (exited with code 30)
Fixes: #20
Signed-off-by: Stanislav Levin <[email protected]>
New pylint 2.14.4 includes fix for
pylint-dev/pylint#6964, this results in our pylint
configuration for `ignore-paths` is no longer valid (`./.tox` => `.tox`)
and pylint fails on checking not related projects from `.tox` directory:
> ERROR: InvocationError for command /home/runner/work/tox-console-scripts/tox-console-scripts/.tox/pylint/bin/python -m pylint -v --rcfile=/home/runner/work/tox-console-scripts/tox-console-scripts/pyproject.toml . (exited with code 30)
Fixes: #20
Signed-off-by: Stanislav Levin <[email protected]>
New pylint 2.14.4 includes fix for pylint-dev/pylint#6964, this results in
our pylint configuration for
ignore-paths
is no longer valid (./.tox
=>.tox
) and pylint fails on checking not related projects from.tox
directory:The text was updated successfully, but these errors were encountered: