-
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
CLI flag to disable looking for a configuration file #2537
Comments
I'm in favour of this flag although I'm not sure if |
|
|
I bet if we made it |
Do other tools (flake8, mypy, prettier, gofmt...) have an option for this? If so, how does it work? |
Mypy has |
Closing, since I don't think there's a lot of appetite for this feature. Note |
Is your feature request related to a problem? Please describe.
Given that Black always looks for a configuration file, up to the file system root (!), it could be convenient to be able to explicitly not look for any configuration files. This would be advantageous when debugging different options.
Describe the solution you'd like
Or maybe I've just missed it, didn't look at the code yet. In which case it should be documented in the CLI help.
The text was updated successfully, but these errors were encountered: