Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#784)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v2.20.0 → v2.21.0](pre-commit/pre-commit@v2.20.0...v2.21.0)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/PyCQA/pylint: v2.15.8 → v2.15.9](pylint-dev/pylint@v2.15.8...v2.15.9)
- [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
- [github.com/MarcoGorelli/auto-walrus: v0.2.1 → v0.2.2](MarcoGorelli/auto-walrus@v0.2.1...v0.2.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2022
1 parent 925e437 commit c0d6f01
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 @@ -11,11 +11,11 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/pre-commit
rev: v2.20.0
rev: v2.21.0
hooks:
- id: validate_manifest
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -24,7 +24,7 @@ repos:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.15.8
rev: v2.15.9
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand All @@ -35,7 +35,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.14.0]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/PyCQA/pydocstyle
Expand All @@ -56,12 +56,12 @@ repos:
exclude: ^docs/
additional_dependencies: [types-setuptools, types-toml]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/MarcoGorelli/auto-walrus
rev: v0.2.1
rev: v0.2.2
hooks:
- id: auto-walrus
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit c0d6f01

Please sign in to comment.