Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/ComPWA/repo-maintenance: 0.0.192 → 0.0.201](ComPWA/policy@0.0.192...0.0.201)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0)
- [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v7.3.1](streetsidesoftware/cspell-cli@v6.31.0...v7.3.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3)
- [github.com/ComPWA/mirrors-pyright: v1.1.316 → v1.1.329](ComPWA/pyright-pre-commit@v1.1.316...v1.1.329)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.14.0](asottile/pyupgrade@v3.9.0...v3.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.277...v0.0.292)
- [github.com/ComPWA/mirrors-taplo: v0.8.0 → v0.8.1](ComPWA/taplo-pre-commit@v0.8.0...v0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 8d9dac3 commit 37ae1c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.192
rev: 0.0.201
hooks:
- id: check-dev-files
args:
Expand All @@ -50,17 +50,17 @@ repos:
- id: format-setup-cfg

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.0
rev: v7.3.1
hooks:
- id: cspell

Expand All @@ -85,30 +85,30 @@ repos:
- python

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.3
hooks:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.316
rev: v1.1.329
hooks:
- id: pyright

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.292
hooks:
- id: ruff
args:
- --fix

- repo: https://github.com/ComPWA/mirrors-taplo
rev: v0.8.0
rev: v0.8.1
hooks:
- id: taplo

0 comments on commit 37ae1c2

Please sign in to comment.