diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c40f079..aeb5ad7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -97,14 +97,14 @@ repos: # PYTHON ############################################################################### - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.1 hooks: # Sort imports - id: ruff-check # Run the formatter - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.22 + rev: 0.9.4 hooks: - id: uv-lock ###############################################################################