Skip to content

Commit 38b5bf0

Browse files
committed
Update pre-commit repos
1 parent ef17761 commit 38b5bf0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 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

@@ -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)