Skip to content

Commit d88ede7

Browse files
authored
Add and apply pre-commit poetry checks (#164)
* add and apply pre-commit poetry checks * update lockfile * rely on solely poetry-check
1 parent b1cf641 commit d88ede7

File tree

3 files changed

+1564
-1365
lines changed

3 files changed

+1564
-1365
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- id: check-toml
14+
- repo: https://github.com/python-poetry/poetry
15+
rev: 1.8.0
16+
hooks:
17+
- id: poetry-check
1418
- repo: https://github.com/codespell-project/codespell
1519
rev: v2.2.6
1620
hooks:

0 commit comments

Comments
 (0)