File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v6.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
@@ -12,29 +12,37 @@ repos:
12
12
- id : forbid-submodules
13
13
- id : trailing-whitespace
14
14
15
+ - repo : https://github.com/astral-sh/ruff-pre-commit
16
+ rev : v0.12.8
17
+ hooks :
18
+ - id : ruff-check
19
+ args : [--exit-non-zero-on-fix]
20
+ - id : ruff-format
21
+ args : [--check]
22
+
15
23
- repo : https://github.com/python-jsonschema/check-jsonschema
16
- rev : 0.29 .2
24
+ rev : 0.33 .2
17
25
hooks :
18
26
- id : check-dependabot
19
27
- id : check-github-workflows
20
28
21
29
- repo : https://github.com/rhysd/actionlint
22
- rev : v1.7.2
30
+ rev : v1.7.7
23
31
hooks :
24
32
- id : actionlint
25
33
26
34
- repo : https://github.com/tox-dev/pyproject-fmt
27
- rev : 2.2.4
35
+ rev : v2.6.0
28
36
hooks :
29
37
- id : pyproject-fmt
30
38
31
39
- repo : https://github.com/abravalheri/validate-pyproject
32
- rev : v0.20.2
40
+ rev : v0.24.1
33
41
hooks :
34
42
- id : validate-pyproject
35
43
36
44
- repo : https://github.com/tox-dev/tox-ini-fmt
37
- rev : 1.4.1
45
+ rev : 1.6.0
38
46
hooks :
39
47
- id : tox-ini-fmt
40
48
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ def initialise_subcommands() -> None:
36
36
'merge' : merge ,
37
37
'populate' : populate ,
38
38
'release' : release ,
39
-
40
39
# Make 'blurb --help/--version/-V' work.
41
40
'--help' : help ,
42
41
'--version' : version ,
You can’t perform that action at this time.
0 commit comments