Skip to content

Commit 18af6bd

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.11.0](MarcoGorelli/cython-lint@v0.9.1...v0.11.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.33.0](pre-commit/mirrors-eslint@v8.29.0...v8.33.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.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.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0) - [github.com/PyCQA/isort: 5.11.2 → 5.12.0](PyCQA/isort@5.11.2...5.12.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0) - [github.com/sourcery-ai/sourcery: v1.0.2 → v1.0.3](sourcery-ai/sourcery@v1.0.2...v1.0.3) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.1](nbQA-dev/nbQA@1.5.3...1.6.1) - [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 18af6bd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.pre-commit-config.yaml

+16-16
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.11.0
9898
hooks:
9999
- id: cython-lint
100100
- id: double-quote-cython-strings
@@ -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.33.0" # Use the sha / tag you want to point at
173173
hooks:
174174
- id: eslint
175175
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -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.6.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.6.0"
273273
hooks:
274274
- id: pretty-format-kotlin
275275
args: [--autofix]
@@ -371,7 +371,7 @@ 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]
@@ -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.6.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.3
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.6.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.1
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)