Skip to content

Commit

Permalink
Merge pull request #1536 from rmartin16/black-repo
Browse files Browse the repository at this point in the history
Use the optimized black repo for pre-commit
  • Loading branch information
freakboy3742 authored Nov 13, 2023
2 parents 0ab0355 + 9876f57 commit a0b3097
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 a0b3097

Please sign in to comment.