Skip to content

Commit c872777

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](pre-commit/mirrors-autopep8@v2.0.0...v2.0.1) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v15.0.7](pre-commit/mirrors-clang-format@v15.0.6...v15.0.7) - [github.com/MarcoGorelli/cython-lint: v0.9.1 → v0.12.5](MarcoGorelli/cython-lint@v0.9.1...v0.12.5) - [github.com/inspera/blackbricks: 1.0.1 → 2.0.0](inspera/blackbricks@1.0.1...2.0.0) - [github.com/AleksaC/hadolint-py: v2.10.0 → v2.12.0.2](AleksaC/hadolint-py@v2.10.0...v2.12.0.2) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) - [github.com/pre-commit/mirrors-eslint: v8.29.0 → v8.35.0](pre-commit/mirrors-eslint@v8.29.0...v8.35.0) - [github.com/golangci/golangci-lint: v1.50.1 → v1.51.2](golangci/golangci-lint@v1.50.1...v1.51.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.7.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.7.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.7.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.7.0) - [github.com/homebysix/pre-commit-macadmin: v1.12.3 → v1.12.4](homebysix/pre-commit-macadmin@v1.12.3...v1.12.4) - [github.com/peterdemin/pip-compile-multi: v2.6.1 → v2.6.2](peterdemin/pip-compile-multi@v2.6.1...v2.6.2) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/PyCQA/isort: 5.11.2 → 5.12.0](PyCQA/isort@5.11.2...5.12.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.7.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.7.0) - [github.com/sourcery-ai/sourcery: v1.0.2 → v1.0.5](sourcery-ai/sourcery@v1.0.2...v1.0.5) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.7.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.7.0) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.3](nbQA-dev/nbQA@1.5.3...1.6.3) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.0)
1 parent 6d2bab9 commit c872777

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.pre-commit-config.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: trailing-whitespace
4949

5050
- repo: https://github.com/pre-commit/mirrors-autopep8
51-
rev: v2.0.0
51+
rev: v2.0.1
5252
hooks:
5353
- id: autopep8
5454
args: [--in-place, --list-fixes, --recursive, --exclude="*.cfg"]
@@ -62,7 +62,7 @@ repos:
6262
# clang #
6363
#########
6464
- 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
6666
hooks:
6767
- id: clang-format
6868

@@ -94,7 +94,7 @@ repos:
9494
# cython #
9595
##########
9696
- repo: https://github.com/MarcoGorelli/cython-lint
97-
rev: v0.9.1
97+
rev: v0.12.5
9898
hooks:
9999
- id: cython-lint
100100
- id: double-quote-cython-strings
@@ -121,7 +121,7 @@ repos:
121121
# databricks #
122122
##############
123123
- repo: https://github.com/inspera/blackbricks
124-
rev: 1.0.1
124+
rev: 2.0.0
125125
hooks:
126126
- id: blackbricks
127127
# args: [--line-length=120]
@@ -130,7 +130,7 @@ repos:
130130
# docker #
131131
##########
132132
- repo: https://github.com/AleksaC/hadolint-py
133-
rev: v2.10.0
133+
rev: v2.12.0.2
134134
hooks:
135135
- id: hadolint
136136
- repo: https://github.com/hadolint/hadolint
@@ -142,7 +142,7 @@ repos:
142142
# docs #
143143
########
144144
- repo: https://github.com/asottile/blacken-docs
145-
rev: v1.12.1
145+
rev: 1.13.0
146146
hooks:
147147
- id: blacken-docs
148148
additional_dependencies: [black==22.12.0]
@@ -169,7 +169,7 @@ repos:
169169
# eslint #
170170
##########
171171
- 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
173173
hooks:
174174
- id: eslint
175175
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -188,7 +188,7 @@ repos:
188188
# go #
189189
######
190190
- repo: https://github.com/golangci/golangci-lint
191-
rev: "v1.50.1"
191+
rev: "v1.51.2"
192192
hooks:
193193
- id: golangci-lint
194194

@@ -204,7 +204,7 @@ repos:
204204
# ini #
205205
#######
206206
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
207-
rev: "v2.5.0"
207+
rev: "v2.7.0"
208208
hooks:
209209
- id: pretty-format-ini
210210
args: [--autofix]
@@ -239,7 +239,7 @@ repos:
239239
# jsonschema #
240240
##############
241241
- repo: https://github.com/python-jsonschema/check-jsonschema
242-
rev: 0.19.2
242+
rev: 0.21.0
243243
hooks:
244244
- id: check-jsonschema
245245
files: ^data/.*\.json$
@@ -269,7 +269,7 @@ repos:
269269
# kotlin #
270270
##########
271271
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
272-
rev: "v2.5.0"
272+
rev: "v2.7.0"
273273
hooks:
274274
- id: pretty-format-kotlin
275275
args: [--autofix]
@@ -310,7 +310,7 @@ repos:
310310
# macOS #
311311
#########
312312
- repo: https://github.com/homebysix/pre-commit-macadmin
313-
rev: v1.12.3
313+
rev: v1.12.4
314314
hooks:
315315
- id: check-git-config-email
316316
args: ["--domains", "gmail.com", "johnpatrickroach.com"]
@@ -335,7 +335,7 @@ repos:
335335
# pip #
336336
#######
337337
- repo: https://github.com/peterdemin/pip-compile-multi
338-
rev: v2.6.1
338+
rev: v2.6.2
339339
hooks:
340340
- id: pip-compile-multi-verify
341341

@@ -360,7 +360,7 @@ repos:
360360
##########
361361

362362
- repo: https://github.com/psf/black
363-
rev: 22.12.0
363+
rev: 23.1.0
364364
hooks:
365365
- id: black
366366

@@ -371,13 +371,13 @@ repos:
371371
exclude: ^docs/|setup.py
372372

373373
- repo: https://github.com/PyCQA/isort
374-
rev: 5.11.2
374+
rev: 5.12.0
375375
hooks:
376376
- id: isort
377377
args: [--float-to-top, --profile black]
378378

379379
- repo: https://github.com/pre-commit/mirrors-mypy
380-
rev: v0.991
380+
rev: v1.0.1
381381
hooks:
382382
- id: mypy
383383
args: [--install-types, --non-interactive]
@@ -399,7 +399,7 @@ repos:
399399
# rust #
400400
########
401401
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
402-
rev: "v2.5.0"
402+
rev: "v2.7.0"
403403
hooks:
404404
- id: pretty-format-rust
405405
args: [--autofix]
@@ -408,7 +408,7 @@ repos:
408408
# sourcery #
409409
############
410410
- repo: https://github.com/sourcery-ai/sourcery
411-
rev: v1.0.2
411+
rev: v1.0.5
412412
hooks:
413413
- id: sourcery
414414
# The best way to use Sourcery in a pre-commit hook:
@@ -420,21 +420,21 @@ repos:
420420
# toml #
421421
########
422422
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
423-
rev: "v2.5.0"
423+
rev: "v2.7.0"
424424
hooks:
425425
- id: pretty-format-toml
426426
args: [--autofix]
427427

428428
- repo: https://github.com/nbQA-dev/nbQA
429-
rev: 1.5.3
429+
rev: 1.6.3
430430
hooks:
431431
- id: nbqa-pyupgrade
432432
args: [--py37-plus]
433433
- id: nbqa-mypy
434434
args: [--install-types, --non-interactive]
435435

436436
- 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
438438
hooks:
439439
- id: python-use-type-annotations
440440
- id: python-check-blanket-noqa
@@ -461,6 +461,6 @@ repos:
461461
# yaml #
462462
########
463463
- repo: https://github.com/adrienverge/yamllint.git
464-
rev: v1.28.0
464+
rev: v1.29.0
465465
hooks:
466466
- id: yamllint

0 commit comments

Comments
 (0)