Skip to content

Commit

Permalink
MAINT: put black-jupyter arguments on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 28, 2023
1 parent 15eeae3 commit 132528a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ repos:
hooks:
- id: black
- id: black-jupyter
args:
- --line-length=85
types_or:
- jupyter
args: [--line-length=85]
types_or: [jupyter]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.0
Expand Down

0 comments on commit 132528a

Please sign in to comment.