From 9c28ac8aa424d5e3b51004883e88cd35954329f4 Mon Sep 17 00:00:00 2001 From: Alexander Soare Date: Fri, 5 Apr 2024 15:25:11 +0100 Subject: [PATCH] re-add pre-commit check --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da78b677..765b678a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,3 +23,11 @@ repos: - id: ruff args: [--fix] - id: ruff-format + - repo: https://github.com/python-poetry/poetry + rev: 1.8.0 + hooks: + - id: poetry-check + - id: poetry-lock + args: + - "--check" + - "--no-update"