diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64ca107..1d4a1b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v6.0.0" hooks: - id: "check-added-large-files" args: ["--maxkb=40000"] @@ -37,7 +37,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.12.0" + rev: "v3.16.0" hooks: - id: "reorder-python-imports" args: @@ -46,12 +46,12 @@ repos: - "from __future__ import annotations" - repo: "https://github.com/asottile/add-trailing-comma" - rev: "v3.1.0" + rev: "v4.0.0" hooks: - id: "add-trailing-comma" - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.1.7" + rev: "v0.15.17" hooks: - id: "ruff" args: ["--show-fixes"]