We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef17761 commit 38b5bf0Copy full SHA for 38b5bf0
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/psf/black
22
- rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
+ rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
23
hooks:
24
- id: black
25
@@ -42,10 +42,7 @@ repos:
42
args: [--py38-plus]
43
44
ci:
45
- # This ensures that PR's aren't autofixed by the bot, rather you call
46
- # the bot to make the fix
47
autofix_prs: false
48
autofix_commit_msg: |
49
'[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
+ autoupdate_schedule: quarterly
0 commit comments