Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1f9510

Browse files
committed
Add CI in pre-commit config, bump repo revisions
1 parent 8b86012 commit d1f9510

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ci:
2+
autofix_prs: false
3+
autoupdate_branch: "pre-commit-autoupdate"
4+
autoupdate_schedule: weekly
5+
16
repos:
27
- repo: local
38
hooks:
@@ -10,12 +15,12 @@ repos:
1015
verbose: true
1116

1217
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 23.9.1
18+
rev: 23.12.1
1419
hooks:
1520
- id: black
1621

1722
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.4.0
23+
rev: v4.5.0
1924
hooks:
2025
- id: check-case-conflict
2126
- id: check-merge-conflict
@@ -24,6 +29,6 @@ repos:
2429
- id: trailing-whitespace
2530

2631
- repo: https://github.com/sphinx-contrib/sphinx-lint
27-
rev: v0.6.8
32+
rev: v0.9.1
2833
hooks:
2934
- id: sphinx-lint

0 commit comments

Comments
 (0)