Skip to content

Commit

Permalink
added poetry precommit hook to prevent stuck lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
L6REKcodw committed Aug 9, 2024
1 parent 158853a commit 990d6e4
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 @@ -42,3 +42,9 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
# Formatter
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: '1.8'
hooks:
- id: poetry-check
# - id: poetry-lock
# args: ['--no-update']

0 comments on commit 990d6e4

Please sign in to comment.