diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0152ed1..b1ce701 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 5900cba2cfe6d20f562458d4d308ac55569f92eb # 0.12.0 + rev: 8ff2449591c8de025b17661ba76d60237a1ae62b # 0.12.1 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # v0.16.0 + rev: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 # v0.16.1 hooks: # Run the linter. https://docs.astral.sh/ruff/linter/ - id: ruff-check