Skip to content

Commit ce105aa

Browse files
committed
fix: update poetry export
1 parent 1fbea7c commit ce105aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@ repos:
3636
- repo: https://github.com/python-poetry/poetry
3737
rev: 2.1.3
3838
hooks:
39-
- id: poetry-export
40-
files: pyproject.toml
4139
- id: poetry-lock
4240
files: pyproject.toml
4341
- id: poetry-check
4442
files: pyproject.toml
43+
- repo: https://github.com/python-poetry/poetry-plugin-export
44+
rev: 1.9.0
45+
hooks:
46+
- id: poetry-export
47+
files: pyproject.toml
4548
- repo: https://github.com/pre-commit/pre-commit
4649
rev: v4.2.0
4750
hooks:

0 commit comments

Comments
 (0)