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