diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d38a43f..3da6f65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,16 +3,16 @@ repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.1.0 + rev: v3.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/mtkennerly/pre-commit-hooks - rev: v0.3.0 + rev: v0.4.0 hooks: - - id: poetry-ruff + - id: poetry-ruff-check - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks