diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6fcac3eb1..3c686872e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files # prevents adding large files - id: detect-private-key # detects private keys @@ -13,7 +13,7 @@ repos: hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.8.0 hooks: - id: ruff args: [--fix]