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 1fbea7c commit ce105aaCopy full SHA for ce105aa
.pre-commit-config.yaml
@@ -36,12 +36,15 @@ repos:
36
- repo: https://github.com/python-poetry/poetry
37
rev: 2.1.3
38
hooks:
39
- - id: poetry-export
40
- files: pyproject.toml
41
- id: poetry-lock
42
files: pyproject.toml
43
- id: poetry-check
44
+ - repo: https://github.com/python-poetry/poetry-plugin-export
+ rev: 1.9.0
45
+ hooks:
46
+ - id: poetry-export
47
+ files: pyproject.toml
48
- repo: https://github.com/pre-commit/pre-commit
49
rev: v4.2.0
50
0 commit comments