diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64c807c..e3b8d33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: # Run the linter - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 3ee4178..1b31702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" [dependency-groups] dev = [ - "maturin[patchelf]>=1.8.2", + "maturin[patchelf]>=1.8.2" ] test = [ "pytest>=8.4.2"