From 84b4426e44f3c2ef3f34dabf4e6112a6e700e5aa Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 15 Mar 2026 16:27:15 +0000 Subject: [PATCH] add poetry hooks to pre-commit config --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ee24b4..d2fdaa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,9 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace + + - repo: https://github.com/python-poetry/poetry + rev: '2.3.2' + hooks: + - id: poetry-check + - id: poetry-lock