Skip to content

Commit

Permalink
Add black-jupyter pre-commit hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlittlejohns committed Mar 29, 2024
1 parent 409c489 commit 20462c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ repos:
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
hooks:
- id: black-jupyter
language_version: python3.11

0 comments on commit 20462c1

Please sign in to comment.