Skip to content

Commit

Permalink
Add and apply pre-commit poetry checks (#164)
Browse files Browse the repository at this point in the history
* add and apply pre-commit poetry checks

* update lockfile

* rely on solely poetry-check
  • Loading branch information
d33bs authored Mar 15, 2024
1 parent b1cf641 commit d88ede7
Show file tree
Hide file tree
Showing 3 changed files with 1,564 additions and 1,365 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ repos:
- id: check-yaml
- id: check-added-large-files
- id: check-toml
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
- id: poetry-check
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
Loading

0 comments on commit d88ede7

Please sign in to comment.