Skip to content

Commit c56b27e

Browse files
authored
chore: add Poetry pre-commit check (#123)
Signed-off-by: Miguel Brandão <555migalves555@gmail.com>
1 parent b636104 commit c56b27e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ repos:
3232
pass_filenames: false
3333
language: system
3434
files: '\.py$'
35+
- repo: local
36+
hooks:
37+
- id: system
38+
name: Poetry check
39+
entry: poetry lock --check
40+
pass_filenames: false
41+
language: system

0 commit comments

Comments
 (0)