Skip to content

Commit

Permalink
chore: [ci] Move back poetry pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikdevcom committed Oct 10, 2024
1 parent 31c9165 commit b3c19c4
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 @@ -16,3 +16,9 @@ repos:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/python-poetry/poetry
rev: 1.8.3
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit b3c19c4

Please sign in to comment.