We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b884439 commit 87468b9Copy full SHA for 87468b9
1 file changed
.pre-commit-config.yaml
@@ -16,6 +16,10 @@ repos:
16
- id: end-of-file-fixer
17
- id: mixed-line-ending
18
- id: trailing-whitespace
19
+ - repo: https://github.com/python-poetry/poetry
20
+ rev: 1.8.3
21
+ hooks:
22
+ - id: poetry-check
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
rev: v0.5.0
25
hooks:
0 commit comments