Skip to content

Commit

Permalink
Use the optimized black repo for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 13, 2023
1 parent 0ab0355 commit 6c1e36e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: docformatter
args: [--in-place, --black]
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
Expand All @@ -36,5 +36,4 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
additional_dependencies: [tomli]

0 comments on commit 6c1e36e

Please sign in to comment.