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"]
94
94
# cython #
95
95
# #########
96
96
- repo : https://github.com/MarcoGorelli/cython-lint
97
- rev : v0.9 .1
97
+ rev : v0.10 .1
98
98
hooks :
99
99
- id : cython-lint
100
100
- id : double-quote-cython-strings
@@ -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.32 .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
@@ -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.20.0
243
243
hooks :
244
244
- id : check-jsonschema
245
245
files : ^data/.*\.json$
@@ -370,7 +370,7 @@ repos:
370
370
- id : flake8
371
371
372
372
- repo : https://github.com/PyCQA/isort
373
- rev : 5.11.2
373
+ rev : 5.11.4
374
374
hooks :
375
375
- id : isort
376
376
args : [--float-to-top, --profile black]
@@ -411,7 +411,7 @@ repos:
411
411
# sourcery #
412
412
# ###########
413
413
- repo : https://github.com/sourcery-ai/sourcery
414
- rev : v1.0.2
414
+ rev : v1.0.3
415
415
hooks :
416
416
- id : sourcery
417
417
# The best way to use Sourcery in a pre-commit hook:
@@ -429,15 +429,15 @@ repos:
429
429
args : [--autofix]
430
430
431
431
- repo : https://github.com/nbQA-dev/nbQA
432
- rev : 1.5.3
432
+ rev : 1.6.1
433
433
hooks :
434
434
- id : nbqa-pyupgrade
435
435
args : [--py37-plus]
436
436
- id : nbqa-mypy
437
437
args : [--install-types, --non-interactive]
438
438
439
439
- repo : https://github.com/pre-commit/pygrep-hooks
440
- rev : v1.9 .0 # Use the ref you want to point at
440
+ rev : v1.10 .0 # Use the ref you want to point at
441
441
hooks :
442
442
- id : python-use-type-annotations
443
443
- id : python-check-blanket-noqa
@@ -464,6 +464,6 @@ repos:
464
464
# yaml #
465
465
# #######
466
466
- repo : https://github.com/adrienverge/yamllint.git
467
- rev : v1.28 .0
467
+ rev : v1.29 .0
468
468
hooks :
469
469
- id : yamllint
0 commit comments