Skip to content

Commit b5bc146

Browse files
HGWrightbjlittle
andauthored
update the commit comment and black ref (#202)
Co-authored-by: Bill Little <[email protected]>
1 parent 4bb5fce commit b5bc146

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
4+
ci:
5+
autoupdate_commit_msg: "chore: update pre-commit hooks"
6+
37
repos:
48
- repo: https://github.com/pre-commit/pre-commit-hooks
59
rev: 'v4.6.0'
@@ -16,7 +20,7 @@ repos:
1620
- id: debug-statements
1721
# Don't commit to master branch.
1822
- id: no-commit-to-branch
19-
- repo: https://github.com/psf/black
23+
- repo: https://github.com/psf/black-pre-commit-mirror
2024
rev: '24.8.0'
2125
hooks:
2226
- id: black

0 commit comments

Comments
 (0)