-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Add config via setup.cfg #736
Comments
Would it make more sense to use pyproject.toml for this effort as part of modernization? |
@asears yes and no :) From one side I'm all for supporting different formats, if it makes some folks happy, why not, more is not less. From the other side, in our projects we do use |
@asears Both my thumbs up go for this feature request - we only use |
Should be refused as won't fix due to PEP-621 |
Is your feature request related to a problem? Please describe.
I'd like to use single
setup.cfg
file for many different linters/plugins/style checkers. Currently bandit requires to have special config for it and is not able to readsetup.cfg
.Describe the solution you'd like
setup.cfg
(which is not YAML but more like INI-like format)Example:
Describe alternatives you've considered
Separating configs which works, but clutters the workspace with files
Additional context
Basically the same as #212 (which was probably closed by mistake)
The text was updated successfully, but these errors were encountered: