We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I commonly use black as a pre-commit git hook. To do this, I create the file .pre-commit-config.yaml with the following content:
repos: - repo: https://github.com/ambv/black rev: stable hooks: - id: black language_version: python3.7
It would be extremely convenient to have the same feature with nb_black.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I commonly use black as a pre-commit git hook. To do this, I create the file .pre-commit-config.yaml with the following content:
It would be extremely convenient to have the same feature with nb_black.
The text was updated successfully, but these errors were encountered: