Skip to content

Commit 87468b9

Browse files
committed
style(pre-commit): add poetry-check pre commit
1 parent b884439 commit 87468b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
19+
- repo: https://github.com/python-poetry/poetry
20+
rev: 1.8.3
21+
hooks:
22+
- id: poetry-check
1923
- repo: https://github.com/astral-sh/ruff-pre-commit
2024
rev: v0.5.0
2125
hooks:

0 commit comments

Comments
 (0)