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.
poetry
1 parent c865dac commit ccdfe2bCopy full SHA for ccdfe2b
.pre-commit-config.yaml
@@ -14,3 +14,8 @@ repos:
14
- id: ruff
15
args: [ --fix ]
16
- 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