diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7535d..e5fbd7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ 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: @@ -49,7 +49,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: "v0.4.4" + rev: "v0.4.10" hooks: - id: "ruff"