Skip to content

Commit 6f565f7

Browse files
Update pre-commit repos (#50)
1 parent ef17761 commit 6f565f7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
22+
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
2323
hooks:
2424
- id: black
2525

@@ -29,7 +29,7 @@ repos:
2929
- id: blacken-docs
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
32+
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
3333
hooks:
3434
- id: prettier
3535
files: \.(css|html|md|yml|yaml)
@@ -42,10 +42,7 @@ repos:
4242
args: [--py38-plus]
4343

4444
ci:
45-
# This ensures that PR's aren't autofixed by the bot, rather you call
46-
# the bot to make the fix
4745
autofix_prs: false
4846
autofix_commit_msg: |
4947
'[pre-commit.ci 🤖] Apply code format tools to PR'
50-
# Update hook versions every month (so we don't get hit with weekly update PR's)
51-
autoupdate_schedule: monthly
48+
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)