Skip to content

Commit 68fd8af

Browse files
committed
pre-commit configuration tune-ups
1 parent 2fcf85a commit 68fd8af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v5.0.0
@@ -34,7 +37,7 @@ repos:
3437
- id: ruff
3538
args: [--fix, --show-fixes]
3639

37-
- repo: https://github.com/psf/black
40+
- repo: https://github.com/psf/black-pre-commit-mirror
3841
rev: 25.1.0
3942
hooks:
4043
- id: black

0 commit comments

Comments
 (0)