Skip to content

Commit ccdfe2b

Browse files
committed
Add poetry pre-commit hook
1 parent c865dac commit ccdfe2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ repos:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
17+
- repo: https://github.com/python-poetry/poetry
18+
rev: '8cad7a423b459871e9ed6094252b15c9ddb8a7dd' # frozen: 2.0.0
19+
hooks:
20+
- id: poetry-check
21+
- id: poetry-lock

0 commit comments

Comments
 (0)