diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0ec480d..9d5eb84c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - "--py310-plus" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.3" + rev: "v0.16.4" hooks: - id: ruff args: ["--fix"] @@ -36,7 +36,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/autoflake - rev: v2.3.3 + rev: v2.4.0 hooks: - id: autoflake name: autoflake