diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48eeca4d..9f759e18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,19 +28,19 @@ repos: args: ["--target-version", "4.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.10 hooks: - id: ruff-check args: ["--fix", "--unsafe-fixes"] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.3.8 + rev: v2.3.10 hooks: - id: biome-check - repo: https://github.com/DetachHead/basedpyright-prek-mirror - rev: 1.34.0 + rev: 1.37.0 hooks: - id: basedpyright stages: [manual]