Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: define dev dependencies as dependency groups #108

Merged
merged 12 commits into from
Oct 28, 2024
Next Next commit
MAINT: update lock files
redeboer committed Oct 28, 2024
commit 9dda188dc8f6b7d929cdc053c51b6961287ea2ee
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.0
rev: 0.5.3
hooks:
- id: check-dev-files
args:
@@ -51,7 +51,7 @@ repos:
metadata.vscode

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff
args: [--fix]
@@ -105,6 +105,6 @@ repos:
)$

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.24
rev: 0.4.27
hooks:
- id: uv-lock
271 changes: 136 additions & 135 deletions uv.lock

Large diffs are not rendered by default.