-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Installation as pre-commit hooks fails. #10295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Facing the same issue on pre-commit, on Ubuntu 24.04 with python 3.12 |
Thanks @Pierre-Sassoulas! But how can it be that my setup worked with pylint 3.3.4 one day and failed the other? |
Transitive dependancies changed (probably through setuptools) |
Is a way to prevent this in the future to set target a specific
to
or does this make it more painful to keep updated with dependencies? |
It should be a range not only |
you're right, probably should be |
Discussions around this topic came to the conclusion that doing nothing is the most efficient choice here pytest-dev/pytest-asyncio#1078 (comment) |
When running
pre-commit run --all-files --hook-stage manual pylint
I get ansetuptools.errors.InvalidConfigError: 'project.license-files' is defined already. Remove 'tool.setuptools.license-files'.
error. See details below.My
.pre-commit-config.yaml
containsI observe this error on Windows 10 with WinPython 3.10.9 or Ubuntu 24.04 with Python 3.10.16
This error occured only today. The setup was running successfully yesterday. I wonder how an update can affect this setup, since I pinned the pylint version and also setuptools remained the same version (65.5.0).
Details
The text was updated successfully, but these errors were encountered: