From 0c5f144e416d28d12811e60a6e7b25aebb2f939c Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 11 May 2023 12:17:21 +0200 Subject: [PATCH] fix(poetry): Skip updates during pre-commit (#2342) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 347481a7..ba78ed62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,6 +61,7 @@ repos: hooks: - id: poetry-check - id: poetry-lock + args: ["--no-update"] - repo: https://github.com/hadolint/hadolint rev: v2.12.1-beta