Skip to content
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

Closed
daviebadger opened this issue Oct 3, 2019 · 4 comments
Closed

Read options from a configuration file #101

daviebadger opened this issue Oct 3, 2019 · 4 comments

Comments

@daviebadger
Copy link

ideally pyproject.toml

@asottile
Copy link
Owner

asottile commented Oct 3, 2019

I have no interest in supporting this, sorry

@asottile asottile closed this as completed Oct 3, 2019
@asottile
Copy link
Owner

asottile commented Oct 3, 2019

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 tox.ini or .pre-commit-config.yaml)

@daviebadger
Copy link
Author

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)

@asottile
Copy link
Owner

asottile commented Oct 3, 2019

sorry, no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants