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 9876f57
Show file tree
Hide file tree
Showing 2 changed files with 3 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]
1 change: 1 addition & 0 deletions changes/1536.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The pre-commit repo for black was updated to its optimized version.

0 comments on commit 9876f57

Please sign in to comment.