Skip to content

Commit cf349c5

Browse files
committed
Add poetry --check to the pre-commit hooks
1 parent 77e5ee8 commit cf349c5

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
@@ -21,3 +21,8 @@ repos:
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
24+
- repo: https://github.com/python-poetry/poetry
25+
rev: "f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
26+
hooks:
27+
- id: poetry-check
28+
args: ["--lock"]

0 commit comments

Comments
 (0)