Skip to content

Commit

Permalink
MAINT: update lock files
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
- [github.com/ComPWA/prettier-pre-commit: v3.4.1 → v3.4.2](ComPWA/prettier-pre-commit@v3.4.1...v3.4.2)
- [github.com/streetsidesoftware/cspell-cli: v8.16.0 → v8.17.0](streetsidesoftware/cspell-cli@v8.16.0...v8.17.0)
- [github.com/ComPWA/pyright-pre-commit: v1.1.389 → v1.1.391](ComPWA/pyright-pre-commit@v1.1.389...v1.1.391)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent e3f1ee1 commit 53ba49c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
files: ^\.pre\-commit\-(config|hooks)\.yaml$

- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier

Expand All @@ -78,7 +78,7 @@ repos:
exclude: (?x)^(labels/.*\.toml)$

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.16.0
rev: v8.17.0
hooks:
- id: cspell

Expand All @@ -104,6 +104,6 @@ repos:
- python

- repo: https://github.com/ComPWA/pyright-pre-commit
rev: v1.1.389
rev: v1.1.391
hooks:
- id: pyright

0 comments on commit 53ba49c

Please sign in to comment.