Skip to content

Commit

Permalink
update the commit comment and black ref (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Little <[email protected]>
  • Loading branch information
HGWright and bjlittle authored Aug 7, 2024
1 parent 4bb5fce commit b5bc146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks

ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
Expand All @@ -16,7 +20,7 @@ repos:
- id: debug-statements
# Don't commit to master branch.
- id: no-commit-to-branch
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: '24.8.0'
hooks:
- id: black
Expand Down

0 comments on commit b5bc146

Please sign in to comment.