Skip to content

Commit 4cdbe4f

Browse files
authored
Add CI section to pre-commit config
1 parent e9c2e75 commit 4cdbe4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
ci:
2+
autofix_prs: false
3+
autoupdate_branch: "pre-commit-autoupdate"
4+
autoupdate_schedule: monthly
5+
16
repos:
27
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.12.0
8+
rev: 23.12.1
49
hooks:
510
- id: black
611

0 commit comments

Comments
 (0)