From 50785b9850cd263bc8638c706bce7e8ec7888445 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 14 May 2026 18:59:37 +0300 Subject: [PATCH] fix(pc): --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7739fbc..bbe033d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,10 +74,9 @@ repos: rev: '2.4.1' hooks: - id: poetry-check - - id: poetry-lock name: validate poetry lock args: - - --check + - --lock - repo: https://github.com/codespell-project/codespell rev: v2.4.2