Skip to content

Commit 17691bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.0...v2.0.2) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v16.0.6](pre-commit/mirrors-clang-format@v15.0.6...v16.0.6) - [github.com/MarcoGorelli/cython-lint: v0.9.1 → v0.15.0](MarcoGorelli/cython-lint@v0.9.1...v0.15.0) - [github.com/datarootsio/databooks: 1.3.7 → 1.3.8](datarootsio/databooks@1.3.7...1.3.8) - [github.com/inspera/blackbricks: 1.0.1 → 2.1.3](inspera/blackbricks@1.0.1...2.1.3) - [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.15.0](adamchainz/blacken-docs@v1.12.1...1.15.0) - [github.com/pre-commit/mirrors-eslint: v8.29.0 → v8.45.0](pre-commit/mirrors-eslint@v8.29.0...v8.45.0) - [github.com/golangci/golangci-lint: v1.50.1 → v1.53.3](golangci/golangci-lint@v1.50.1...v1.53.3) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.10.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.3](python-jsonschema/check-jsonschema@0.19.2...0.23.3) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.10.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.3](peterdemin/pip-compile-multi@v2.6.1...v2.6.3) - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.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.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.10.0) - [github.com/sourcery-ai/sourcery: v1.0.2 → v1.6.0](sourcery-ai/sourcery@v1.0.2...v1.6.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.10.0) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.7.0](nbQA-dev/nbQA@1.5.3...1.7.0) - [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.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.32.0)
1 parent 0bb1239 commit 17691bf

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.pre-commit-config.yaml

Lines changed: 23 additions & 23 deletions
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.2
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: "v16.0.6" # 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.15.0
9898
hooks:
9999
- id: cython-lint
100100
- id: double-quote-cython-strings
@@ -111,7 +111,7 @@ repos:
111111
# databooks #
112112
#############
113113
- repo: https://github.com/datarootsio/databooks
114-
rev: 1.3.7
114+
rev: 1.3.8
115115
hooks:
116116
- id: databooks-meta
117117
- id: databooks-assert
@@ -121,7 +121,7 @@ repos:
121121
# databricks #
122122
##############
123123
- repo: https://github.com/inspera/blackbricks
124-
rev: 1.0.1
124+
rev: 2.1.3
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.15.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.45.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.53.3"
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.10.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.23.3
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.10.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.3
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.7.0
364364
hooks:
365365
- id: black
366366

@@ -370,13 +370,13 @@ repos:
370370
- id: flake8
371371

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

378378
- repo: https://github.com/pre-commit/mirrors-mypy
379-
rev: v0.991
379+
rev: v1.4.1
380380
hooks:
381381
- id: mypy
382382
args: [--install-types, --non-interactive]
@@ -402,7 +402,7 @@ repos:
402402
# rust #
403403
########
404404
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
405-
rev: "v2.5.0"
405+
rev: "v2.10.0"
406406
hooks:
407407
- id: pretty-format-rust
408408
args: [--autofix]
@@ -411,7 +411,7 @@ repos:
411411
# sourcery #
412412
############
413413
- repo: https://github.com/sourcery-ai/sourcery
414-
rev: v1.0.2
414+
rev: v1.6.0
415415
hooks:
416416
- id: sourcery
417417
# The best way to use Sourcery in a pre-commit hook:
@@ -423,21 +423,21 @@ repos:
423423
# toml #
424424
########
425425
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
426-
rev: "v2.5.0"
426+
rev: "v2.10.0"
427427
hooks:
428428
- id: pretty-format-toml
429429
args: [--autofix]
430430

431431
- repo: https://github.com/nbQA-dev/nbQA
432-
rev: 1.5.3
432+
rev: 1.7.0
433433
hooks:
434434
- id: nbqa-pyupgrade
435435
args: [--py37-plus]
436436
- id: nbqa-mypy
437437
args: [--install-types, --non-interactive]
438438

439439
- 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
441441
hooks:
442442
- id: python-use-type-annotations
443443
- id: python-check-blanket-noqa
@@ -464,6 +464,6 @@ repos:
464464
# yaml #
465465
########
466466
- repo: https://github.com/adrienverge/yamllint.git
467-
rev: v1.28.0
467+
rev: v1.32.0
468468
hooks:
469469
- id: yamllint

0 commit comments

Comments
 (0)