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/policy: 0.3.4 → 0.3.9](ComPWA/policy@0.3.4...0.3.9)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.9.0](streetsidesoftware/cspell-cli@v8.6.1...v8.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 00335e3 commit 2c0899a
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 @@ -37,7 +37,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.3.4
rev: 0.3.9
hooks:
- id: check-dev-files
args:
Expand All @@ -63,7 +63,7 @@ repos:
- --py36-plus

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -80,7 +80,7 @@ repos:
- id: trailing-whitespace

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

Expand All @@ -102,12 +102,12 @@ repos:
- --in-place

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black-jupyter

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.1
rev: v8.9.0
hooks:
- id: cspell

Expand Down

0 comments on commit 2c0899a

Please sign in to comment.