Skip to content

Commit f5aeebf

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/MarcoGorelli/cython-lint: v0.9.1 → v0.10.1](MarcoGorelli/cython-lint@v0.9.1...v0.10.1) - [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.32.0](pre-commit/mirrors-eslint@v8.29.0...v8.32.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.20.0](python-jsonschema/check-jsonschema@0.19.2...0.20.0) - [github.com/PyCQA/isort: 5.11.2 → 5.11.4](PyCQA/isort@5.11.2...5.11.4) - [github.com/sourcery-ai/sourcery: v1.0.2 → v1.0.3](sourcery-ai/sourcery@v1.0.2...v1.0.3) - [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 0bb1239 commit f5aeebf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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.1
5252
hooks:
5353
- id: autopep8
5454
args: [--in-place, --list-fixes, --recursive, --exclude="*.cfg"]
@@ -94,7 +94,7 @@ repos:
9494
# cython #
9595
##########
9696
- repo: https://github.com/MarcoGorelli/cython-lint
97-
rev: v0.9.1
97+
rev: v0.10.1
9898
hooks:
9999
- id: cython-lint
100100
- id: double-quote-cython-strings
@@ -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.32.0" # Use the sha / tag you want to point at
173173
hooks:
174174
- id: eslint
175175
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -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.20.0
243243
hooks:
244244
- id: check-jsonschema
245245
files: ^data/.*\.json$
@@ -370,7 +370,7 @@ repos:
370370
- id: flake8
371371

372372
- repo: https://github.com/PyCQA/isort
373-
rev: 5.11.2
373+
rev: 5.11.4
374374
hooks:
375375
- id: isort
376376
args: [--float-to-top, --profile black]
@@ -411,7 +411,7 @@ repos:
411411
# sourcery #
412412
############
413413
- repo: https://github.com/sourcery-ai/sourcery
414-
rev: v1.0.2
414+
rev: v1.0.3
415415
hooks:
416416
- id: sourcery
417417
# The best way to use Sourcery in a pre-commit hook:
@@ -429,15 +429,15 @@ repos:
429429
args: [--autofix]
430430

431431
- repo: https://github.com/nbQA-dev/nbQA
432-
rev: 1.5.3
432+
rev: 1.6.1
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.29.0
468468
hooks:
469469
- id: yamllint

0 commit comments

Comments
 (0)