Skip to content

Commit

Permalink
MAINT: Add hook to ensure consistency of Poetry files
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Nov 30, 2023
1 parent 2bc04f7 commit c0ef9df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ repos:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/python-poetry/poetry
rev: '1.7.1'
hooks:
- id: poetry-check

default_language_version:
python: python3

0 comments on commit c0ef9df

Please sign in to comment.