-
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
Can I configure black
to ignore specific directories, such as venv
#286
Comments
Great! Thanks @jgirardet exactly what I need :) (just waiting for it to be in PyPI now ..) |
2 tasks
For those like me coming from google:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example I want to be able to do:
black . --exclude=venv
to format everything, but ignore things under
./venv
Or is this possible already, but I didn't know how yet?
Thanks.
The text was updated successfully, but these errors were encountered: