Skip to content

Commit

Permalink
use black-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 17, 2021
1 parent 32e9cff commit 43049b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -33,7 +33,7 @@ repos:
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
Expand All @@ -44,8 +44,6 @@ repos:
rev: 1.1.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.23.1]
additional_dependencies: [pyupgrade==2.26.0]
- id: nbqa-isort
additional_dependencies: [isort==5.9.3]
- id: nbqa-black
additional_dependencies: [black==21.7b0]

0 comments on commit 43049b5

Please sign in to comment.