Skip to content

Commit

Permalink
Add poetry pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Oct 10, 2024
1 parent 1a558af commit 2420861
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 @@ -19,3 +19,9 @@ repos:
hooks:
- id: ruff
- 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 2420861

Please sign in to comment.