Replies: 1 comment 3 replies
-
Would help if you'd describe what exactly is the issue 👍 Currently you've shown some outputs without any context on what's happening or what it should happen 🤷 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
Hello everyone,
I encounter a strange issue while using pre-commit with tox/poetry.
I have to run pre-commit with PRE_COMMIT_COLOR=never to make it works.
The issue appears with tox 4.0.12 and still not resolved in 4.2.8.
Environment
Provide at least:
pip list
of the host Python wheretox
is installed:python >= 3.10
tox > 4.0.11
poetry > 1.3.0
pre-commit >= 2.20.0
tox.ini
.pre-commit-config.yaml
Minimal example
Running tox directly:
Running pre-commit:
Running pre-commit with PRE_COMMIT_COLOR=never
Does anyone succeed to make them work together ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions