diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e483cb6..a1eedfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - aig - --filter-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.6.8 hooks: - id: ruff args: @@ -27,7 +27,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.7 + rev: v19.1.0 hooks: - id: clang-format args: @@ -51,6 +51,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black