Skip to content

Commit

Permalink
update the commit comment and black ref
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Feb 21, 2024
1 parent bff7829 commit 3dd44e3
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.5.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: '23.11.0'
hooks:
- id: black
Expand Down

0 comments on commit 3dd44e3

Please sign in to comment.