diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be211e7..8ed2aed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,17 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: debug-statements - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-toml - id: check-json + - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.9 + rev: v0.15.5 hooks: - - id: ruff + - id: ruff-check - id: ruff-format