diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 043ee82..ca878d2 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.10.0 + rev: v9.11.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.1.9 + rev: v0.1.11 hooks: - id: ruff - id: ruff-format