Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.31.0](pre-commit/mirrors-eslint@v8.29.0...v8.31.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/nbQA-dev/nbQA: 1.5.3 → 1.6.1](nbQA-dev/nbQA@1.5.3...1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 9, 2023
1 parent b21ba56 commit 0bd5ceb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autopep8
args: [--in-place, --list-fixes, --recursive, --exclude="*.cfg"]
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
# cython #
##########
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.9.1
rev: v0.10.1
hooks:
- id: cython-lint
- id: double-quote-cython-strings
Expand Down Expand Up @@ -169,7 +169,7 @@ repos:
# eslint #
##########
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.29.0" # Use the sha / tag you want to point at
rev: "v8.31.0" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down Expand Up @@ -239,7 +239,7 @@ repos:
# jsonschema #
##############
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.20.0
hooks:
- id: check-jsonschema
files: ^data/.*\.json$
Expand Down Expand Up @@ -371,7 +371,7 @@ repos:
exclude: ^docs/|setup.py

- repo: https://github.com/PyCQA/isort
rev: 5.11.2
rev: 5.11.4
hooks:
- id: isort
args: [--float-to-top, --profile black]
Expand Down Expand Up @@ -426,7 +426,7 @@ repos:
args: [--autofix]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.3
rev: 1.6.1
hooks:
- id: nbqa-pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 0bd5ceb

Please sign in to comment.