Skip to content

Commit cd4483a

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/pre-commit/mirrors-eslint: v8.29.0 → v8.30.0](pre-commit/mirrors-eslint@v8.29.0...v8.30.0) - [github.com/PyCQA/isort: 5.11.2 → 5.11.4](PyCQA/isort@5.11.2...5.11.4) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.0](nbQA-dev/nbQA@1.5.3...1.6.0)
1 parent 6d2bab9 commit cd4483a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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
@@ -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.30.0" # Use the sha / tag you want to point at
173173
hooks:
174174
- id: eslint
175175
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -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.11.4
375375
hooks:
376376
- id: isort
377377
args: [--float-to-top, --profile black]
@@ -426,7 +426,7 @@ repos:
426426
args: [--autofix]
427427

428428
- repo: https://github.com/nbQA-dev/nbQA
429-
rev: 1.5.3
429+
rev: 1.6.0
430430
hooks:
431431
- id: nbqa-pyupgrade
432432
args: [--py37-plus]

0 commit comments

Comments
 (0)