diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffddbb1..3fc7294 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: exclude: tests.asserts.*|tests.modules.*|tests/py2puml/parsing/mockedinstance.py - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.15.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg] @@ -31,7 +31,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff - id: ruff-format