Skip to content

Commit

Permalink
Add poetry pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jan 8, 2025
1 parent c865dac commit ccdfe2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ repos:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: '8cad7a423b459871e9ed6094252b15c9ddb8a7dd' # frozen: 2.0.0
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit ccdfe2b

Please sign in to comment.