48
48
- id : trailing-whitespace
49
49
50
50
- repo : https://github.com/pre-commit/mirrors-autopep8
51
- rev : v2.0.0
51
+ rev : v2.0.1
52
52
hooks :
53
53
- id : autopep8
54
54
args : [--in-place, --list-fixes, --recursive, --exclude="*.cfg"]
62
62
# clang #
63
63
# ########
64
64
- repo : https://github.com/pre-commit/mirrors-clang-format
65
- rev : " v15.0.6 " # Use the sha / tag you want to point at
65
+ rev : " v15.0.7 " # Use the sha / tag you want to point at
66
66
hooks :
67
67
- id : clang-format
68
68
94
94
# cython #
95
95
# #########
96
96
- repo : https://github.com/MarcoGorelli/cython-lint
97
- rev : v0.9.1
97
+ rev : v0.12.5
98
98
hooks :
99
99
- id : cython-lint
100
100
- id : double-quote-cython-strings
@@ -121,7 +121,7 @@ repos:
121
121
# databricks #
122
122
# #############
123
123
- repo : https://github.com/inspera/blackbricks
124
- rev : 1 .0.1
124
+ rev : 2 .0.0
125
125
hooks :
126
126
- id : blackbricks
127
127
# args: [--line-length=120]
@@ -130,7 +130,7 @@ repos:
130
130
# docker #
131
131
# #########
132
132
- repo : https://github.com/AleksaC/hadolint-py
133
- rev : v2.10.0
133
+ rev : v2.12.0.2
134
134
hooks :
135
135
- id : hadolint
136
136
- repo : https://github.com/hadolint/hadolint
@@ -142,7 +142,7 @@ repos:
142
142
# docs #
143
143
# #######
144
144
- repo : https://github.com/asottile/blacken-docs
145
- rev : v1.12.1
145
+ rev : 1.13.0
146
146
hooks :
147
147
- id : blacken-docs
148
148
additional_dependencies : [black==22.12.0]
@@ -169,7 +169,7 @@ repos:
169
169
# eslint #
170
170
# #########
171
171
- repo : https://github.com/pre-commit/mirrors-eslint
172
- rev : " v8.29 .0" # Use the sha / tag you want to point at
172
+ rev : " v8.35 .0" # Use the sha / tag you want to point at
173
173
hooks :
174
174
- id : eslint
175
175
files : \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -188,7 +188,7 @@ repos:
188
188
# go #
189
189
# #####
190
190
- repo : https://github.com/golangci/golangci-lint
191
- rev : " v1.50.1 "
191
+ rev : " v1.51.2 "
192
192
hooks :
193
193
- id : golangci-lint
194
194
@@ -204,7 +204,7 @@ repos:
204
204
# ini #
205
205
# ######
206
206
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
207
- rev : " v2.5 .0"
207
+ rev : " v2.7 .0"
208
208
hooks :
209
209
- id : pretty-format-ini
210
210
args : [--autofix]
@@ -239,7 +239,7 @@ repos:
239
239
# jsonschema #
240
240
# #############
241
241
- repo : https://github.com/python-jsonschema/check-jsonschema
242
- rev : 0.19.2
242
+ rev : 0.21.0
243
243
hooks :
244
244
- id : check-jsonschema
245
245
files : ^data/.*\.json$
@@ -269,7 +269,7 @@ repos:
269
269
# kotlin #
270
270
# #########
271
271
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
272
- rev : " v2.5 .0"
272
+ rev : " v2.7 .0"
273
273
hooks :
274
274
- id : pretty-format-kotlin
275
275
args : [--autofix]
@@ -310,7 +310,7 @@ repos:
310
310
# macOS #
311
311
# ########
312
312
- repo : https://github.com/homebysix/pre-commit-macadmin
313
- rev : v1.12.3
313
+ rev : v1.12.4
314
314
hooks :
315
315
- id : check-git-config-email
316
316
args : ["--domains", "gmail.com", "johnpatrickroach.com"]
@@ -335,7 +335,7 @@ repos:
335
335
# pip #
336
336
# ######
337
337
- repo : https://github.com/peterdemin/pip-compile-multi
338
- rev : v2.6.1
338
+ rev : v2.6.2
339
339
hooks :
340
340
- id : pip-compile-multi-verify
341
341
@@ -360,7 +360,7 @@ repos:
360
360
# #########
361
361
362
362
- repo : https://github.com/psf/black
363
- rev : 22.12 .0
363
+ rev : 23.1 .0
364
364
hooks :
365
365
- id : black
366
366
@@ -371,13 +371,13 @@ repos:
371
371
exclude : ^docs/|setup.py
372
372
373
373
- repo : https://github.com/PyCQA/isort
374
- rev : 5.11.2
374
+ rev : 5.12.0
375
375
hooks :
376
376
- id : isort
377
377
args : [--float-to-top, --profile black]
378
378
379
379
- repo : https://github.com/pre-commit/mirrors-mypy
380
- rev : v0.991
380
+ rev : v1.0.1
381
381
hooks :
382
382
- id : mypy
383
383
args : [--install-types, --non-interactive]
@@ -399,7 +399,7 @@ repos:
399
399
# rust #
400
400
# #######
401
401
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
402
- rev : " v2.5 .0"
402
+ rev : " v2.7 .0"
403
403
hooks :
404
404
- id : pretty-format-rust
405
405
args : [--autofix]
@@ -408,7 +408,7 @@ repos:
408
408
# sourcery #
409
409
# ###########
410
410
- repo : https://github.com/sourcery-ai/sourcery
411
- rev : v1.0.2
411
+ rev : v1.0.5
412
412
hooks :
413
413
- id : sourcery
414
414
# The best way to use Sourcery in a pre-commit hook:
@@ -420,21 +420,21 @@ repos:
420
420
# toml #
421
421
# #######
422
422
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
423
- rev : " v2.5 .0"
423
+ rev : " v2.7 .0"
424
424
hooks :
425
425
- id : pretty-format-toml
426
426
args : [--autofix]
427
427
428
428
- repo : https://github.com/nbQA-dev/nbQA
429
- rev : 1.5 .3
429
+ rev : 1.6 .3
430
430
hooks :
431
431
- id : nbqa-pyupgrade
432
432
args : [--py37-plus]
433
433
- id : nbqa-mypy
434
434
args : [--install-types, --non-interactive]
435
435
436
436
- repo : https://github.com/pre-commit/pygrep-hooks
437
- rev : v1.9 .0 # Use the ref you want to point at
437
+ rev : v1.10 .0 # Use the ref you want to point at
438
438
hooks :
439
439
- id : python-use-type-annotations
440
440
- id : python-check-blanket-noqa
@@ -461,6 +461,6 @@ repos:
461
461
# yaml #
462
462
# #######
463
463
- repo : https://github.com/adrienverge/yamllint.git
464
- rev : v1.28 .0
464
+ rev : v1.29 .0
465
465
hooks :
466
466
- id : yamllint
0 commit comments