16
16
repos :
17
17
- repo : https://github.com/astral-sh/ruff-pre-commit
18
18
# Ruff version. TODO: remove flake8 in future
19
- rev : " v0.1.1 "
19
+ rev : " v0.9.7 "
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix]
23
23
- repo : https://github.com/psf/black
24
- rev : 23.10.1
24
+ rev : 25.1.0
25
25
hooks :
26
26
- id : black
27
27
name : black
28
28
entry : black
29
29
language : system
30
30
types : [python]
31
31
- repo : https://github.com/pre-commit/pre-commit-hooks
32
- rev : v4.5 .0 # Use the ref you want to point at
32
+ rev : v5.0 .0 # Use the ref you want to point at
33
33
hooks :
34
34
- id : check-added-large-files
35
35
name : Check for added large files
@@ -55,14 +55,14 @@ repos:
55
55
entry : end-of-file-fixer
56
56
language : system
57
57
types : [text]
58
- stages : [commit, push, manual]
58
+ stages : [pre- commit, pre- push, manual]
59
59
exclude : docs/
60
60
- id : trailing-whitespace
61
61
name : Trim Trailing Whitespace
62
62
entry : trailing-whitespace-fixer
63
63
language : system
64
64
types : [text]
65
- stages : [commit, push, manual]
65
+ stages : [pre- commit, pre- push, manual]
66
66
- repo : https://github.com/pocc/pre-commit-hooks
67
67
rev : v1.3.5
68
68
hooks :
89
89
]
90
90
files : \.(c|h|cpp)$
91
91
- repo : https://github.com/pycqa/flake8
92
- rev : " 6 .1.0 " # pick a git hash / tag to point to
92
+ rev : " 7 .1.2 " # pick a git hash / tag to point to
93
93
hooks :
94
94
- id : flake8
95
95
name : flake8
99
99
require_serial : true
100
100
additional_dependencies : [Flake8-pyproject]
101
101
- repo : https://github.com/PyCQA/autoflake
102
- rev : v2.2 .1
102
+ rev : v2.3 .1
103
103
hooks :
104
104
- id : autoflake
105
105
name : autoflake
@@ -113,7 +113,7 @@ repos:
113
113
- " --remove-duplicate-keys"
114
114
- " --remove-unused-variables"
115
115
- repo : https://github.com/asottile/pyupgrade
116
- rev : v3.15.0
116
+ rev : v3.19.1
117
117
hooks :
118
118
- id : pyupgrade
119
119
name : pyupgrade
@@ -123,11 +123,11 @@ repos:
123
123
types : [python]
124
124
args : [--py38-plus]
125
125
- repo : https://github.com/pre-commit/mirrors-prettier
126
- rev : v3 .0.3
126
+ rev : v4 .0.0-alpha.8
127
127
hooks :
128
128
- id : prettier
129
129
- repo : https://github.com/pycqa/isort
130
- rev : 5.12 .0
130
+ rev : 6.0 .0
131
131
hooks :
132
132
- id : isort
133
133
name : isort (python)
@@ -145,7 +145,7 @@ repos:
145
145
types : [file]
146
146
files : (\.cmake|CMakeLists.txt)(.in)?$
147
147
- repo : https://github.com/sirosen/check-jsonschema
148
- rev : 0.27.0
148
+ rev : 0.31.2
149
149
hooks :
150
150
- id : check-github-actions
151
151
- id : check-github-workflows
0 commit comments