diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1380c2b0ec..52ad9c8a56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: - id: ruff-format - repo: "https://github.com/pre-commit/mirrors-clang-format" - rev: "v18.1.2" + rev: "v18.1.3" hooks: - id: "clang-format" exclude: "^src/cocotb/share/include/(sv_vpi|vhpi|vpi)_user(_ext)?.h" types_or: [c, c++] - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: "trailing-whitespace" - id: "mixed-line-ending" @@ -34,7 +34,7 @@ repos: exclude: "^docs/source/diagrams/(svg|xml)/" - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: "2024.04.01" + rev: "2024.04.08" hooks: - id: validate-pyproject