We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The pylint installation as part of pre-commit fails with the provided error. Editing the pre-commit local cash in the way that the error suggests makes it work again.
During installation
setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
I expect it to be installed
pylint 3.3.5
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #10290
Sorry, something went wrong.
(Not exactly a duplicate but will be fixed by #10289 anyway )
Are you sure? The test fix was to remove that license declaration:
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Which is defined in the classifiers.
Nvm I saw the commit now. :)
No branches or pull requests
Bug description
Configuration
Command used
Pylint output
Expected behavior
I expect it to be installed
Pylint version
OS / Environment
No response
Additional dependencies
The text was updated successfully, but these errors were encountered: