-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Read options from a configuration file #101
Comments
I have no interest in supporting this, sorry |
with more words, using a config file is something I both won't use and I don't think is worth the complexity (for example it's one of the most complicated parts of flake8). there's also very few options and they aren't used very often (and you can already configure them statically through something like |
well, the reorder should be generic when running in a different pre-commit usage / framework, especially in a monorepo, where each package has its configs for CI (thus the configuration file, when no options is passed to the CLI) |
sorry, no |
ideally
pyproject.toml
The text was updated successfully, but these errors were encountered: