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

ci: Use jupyter-black pre-commit hook over nbqa-black #1598

Merged
merged 3 commits into from Sep 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Expand Up @@ -34,7 +34,7 @@ repos:
- repo: https://github.com/psf/black
rev: 21.8b0
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
Expand All @@ -52,5 +52,3 @@ repos:
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.25.0]
- id: nbqa-black
additional_dependencies: [black==21.8b0]