Skip to content

Commit

Permalink
Added poetry checks to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Jun 28, 2024
1 parent 401dbcf commit 68673ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ repos:
args: [--fix, --show-fixes]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: "1.8.3" # add version here
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-export
- id: poetry-install

0 comments on commit 68673ae

Please sign in to comment.