-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support config in setup.cfg #688
Comments
I would be happy to contribute this, if it makes sense... Indeed, in our project, we use the I read this comment which made me doubt about what you'd think about this.
|
Let's discuss this in #683. |
Support for this has been added to https://github.com/odwyersoftware/brunette 👍 |
@richardARPANET maybe we should work on flake8 and other projects to support pyproject.toml? |
@JulianVolodia just because the black maintainer is stubborn? Pass |
sad... but true? |
Main reason to support I understand though - migrate to toml. But here flake also doesn't support it - https://gitlab.com/pycqa/flake8/-/issues/428. |
@mateusz-stint but they wont even bc of that... I am thinking about automatic tracking of black mainstream for brunette |
@ambv I don't want to create a special issue for that, so I will just put my question here - the current adoption of Imho the integrity of the dev ecosystem is pretty important for each language, and in case of Python it was quite problematic for years, but now we are in a state where we are really close to achieve that goal in terms of project configuration, next and next PEPs highlight the importance of Usually we can figure such issues just as a Python community, but unfortunately - that's not the case here 😕 |
Today, the config of black is exclusively in pyproject.toml.
However some project relies on
setuptools.setup()
rather than Flit.Would it be possible to also store the config in setup.cfg?
Especially since the syntax would be the same?
Note that other projects like zest.releaser, flake8, twine, wheel already support that.
The text was updated successfully, but these errors were encountered: