Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.2...v0.3.4)
- [github.com/ComPWA/policy: 0.3.1 → 0.3.3](ComPWA/policy@0.3.1...0.3.3)
- [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.6.1](streetsidesoftware/cspell-cli@v8.6.0...v8.6.1)
- [github.com/ComPWA/mirrors-pyright: v1.1.353 → v1.1.356](ComPWA/pyright-pre-commit@v1.1.353...v1.1.356)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent a8e598a commit ce06fb7
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 @@ -13,7 +13,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.4
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
exclude: (?x)^(labels.*\.toml)$

- repo: https://github.com/ComPWA/policy
rev: 0.3.1
rev: 0.3.3
hooks:
- id: check-dev-files
args:
Expand All @@ -70,7 +70,7 @@ repos:
- --repo-title=BOSS Documentation

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

Expand All @@ -86,6 +86,6 @@ repos:
)$
- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.353
rev: v1.1.356
hooks:
- id: pyright

0 comments on commit ce06fb7

Please sign in to comment.