Skip to content

Commit

Permalink
DX: switch to faster black pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 7, 2023
1 parent b0dea63 commit 7e7b2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.0
rev: 0.1.1
hooks:
- id: check-dev-files
args:
Expand All @@ -48,7 +48,7 @@ repos:
args:
- --fix

- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
hooks:
- id: black
Expand Down

0 comments on commit 7e7b2cd

Please sign in to comment.