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.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
- [github.com/ComPWA/policy: 0.3.2 → 0.3.3](ComPWA/policy@0.3.2...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.354 → v1.1.356](ComPWA/pyright-pre-commit@v1.1.354...v1.1.356)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 111d74b commit 07be8ba
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 @@ -39,7 +39,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.4
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
- --in-place

- repo: https://github.com/ComPWA/policy
rev: 0.3.2
rev: 0.3.3
hooks:
- id: check-dev-files
args:
Expand All @@ -93,7 +93,7 @@ repos:
- --repo-title=Pawian Tools

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

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

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.354
rev: v1.1.356
hooks:
- id: pyright

0 comments on commit 07be8ba

Please sign in to comment.