From 45a43ed5f74f6b0d9a24d83e8603b390892347b8 Mon Sep 17 00:00:00 2001 From: Noam Yorav-Raphael Date: Tue, 19 Dec 2023 22:34:19 +0200 Subject: [PATCH] .pre-commit-hooks.yaml: Add --check-change to poetry-export --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8f4e23448a4..c393d3103ba 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -21,7 +21,7 @@ language: python pass_filenames: false files: ^(.*/)?poetry\.lock$ - args: ["-f", "requirements.txt", "-o", "requirements.txt"] + args: ["-f", "requirements.txt", "-o", "requirements.txt", "--check-change"] - id: poetry-install name: poetry-install