-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Missing tomli module with v6.3.0 #625
Comments
My impression is that this is a bug in black and many other libraries which are missing to mention toml extra, especially as it needs to be mentioned int 2-3 different places: @RonnyPfannschmidt Is that really a bug in newer setuptools-scm or really the way it was used? |
@ssbarnea we are going to make toml the default now - at some point it will have to be anyway and now not adding it breaks pipelines |
fix #625: add tomli to install_requires again
Since the release of setuptools_scm v6.3.0 a few minutes ago, it breaks pre-commit failing on the following error:
That already appeared with v6.1.1 see #608
Log:
The text was updated successfully, but these errors were encountered: