diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7535d..a08514f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,21 +35,21 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.12.0" + rev: "v3.13.0" hooks: - id: "reorder-python-imports" args: - "--py38-plus" - repo: "https://github.com/psf/black" - rev: "24.4.2" + rev: "24.8.0" hooks: - id: "black" args: ["--diff"] - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: "v0.4.4" + rev: "v0.6.3" hooks: - id: "ruff"