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 4bb5fce commit b5bc146Copy full SHA for b5bc146
.pre-commit-config.yaml
@@ -1,5 +1,9 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
+
4
+ci:
5
+ autoupdate_commit_msg: "chore: update pre-commit hooks"
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
rev: 'v4.6.0'
@@ -16,7 +20,7 @@ repos:
16
20
- id: debug-statements
17
21
# Don't commit to master branch.
18
22
- id: no-commit-to-branch
19
-- repo: https://github.com/psf/black
23
+- repo: https://github.com/psf/black-pre-commit-mirror
24
rev: '24.8.0'
25
hooks:
26
- id: black
0 commit comments