From 43ed7221ec36be829d25e964d292e3d86dd0ab1a Mon Sep 17 00:00:00 2001 From: Matti Lamppu Date: Sat, 12 Oct 2024 09:30:13 +0300 Subject: [PATCH] Skip poetry lock in CI --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cc861d..08708bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,8 @@ +ci: + skip: [ + "poetry-lock", + ] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks