We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e5ee8 commit cf349c5Copy full SHA for cf349c5
.pre-commit-config.yaml
@@ -21,3 +21,8 @@ repos:
21
hooks:
22
- id: pyupgrade
23
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