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.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)
  • Loading branch information
pre-commit-ci[bot] authored Dec 26, 2022
1 parent b21ba56 commit 3e2db51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.30.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 @@ -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.0
hooks:
- id: nbqa-pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 3e2db51

Please sign in to comment.