Thanks to visit codestin.com Credit goes to github.com
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 8b86012 commit d1f9510Copy full SHA for d1f9510
.pre-commit-config.yaml
@@ -1,3 +1,8 @@
1
+ci:
2
+ autofix_prs: false
3
+ autoupdate_branch: "pre-commit-autoupdate"
4
+ autoupdate_schedule: weekly
5
+
6
repos:
7
- repo: local
8
hooks:
@@ -10,12 +15,12 @@ repos:
10
15
verbose: true
11
16
12
17
- repo: https://github.com/psf/black-pre-commit-mirror
13
- rev: 23.9.1
18
+ rev: 23.12.1
14
19
20
- id: black
21
22
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
23
+ rev: v4.5.0
24
25
- id: check-case-conflict
26
- id: check-merge-conflict
@@ -24,6 +29,6 @@ repos:
29
- id: trailing-whitespace
30
31
- repo: https://github.com/sphinx-contrib/sphinx-lint
27
- rev: v0.6.8
32
+ rev: v0.9.1
28
33
34
- id: sphinx-lint
0 commit comments