8000 Add poetry lock check to pre commit (#17369) · saleor/saleor@d5c9bf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Add poetry lock check to pre commit (#17369)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Feb 20, 2025
1 parent 15b815e commit d5c9bf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ repos:
# Replace --quiet with --verbose to debug issues.
- --quiet

- repo: https://github.com/python-poetry/poetry
rev: 2.0.1
hooks:
- id: poetry-lock
files: "^pyproject.toml$"

- repo: local
hooks:
- id: migrations-check
Expand Down

0 comments on commit d5c9bf1

Please sign in to comment.
0