Added poetry install to the pre-commit hooks. (#329)

This commit is contained in:
2023-11-06 20:02:29 +01:00
committed by GitHub
parent c4649f1594
commit 4323522b96
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
@ -82,6 +85,8 @@ repos:
rev: 1.7.0
hooks:
- id: poetry-check
- id: poetry-install
# `pre-commit install --install-hooks -t post-checkout -t post-merge` to activate
- repo: https://github.com/Lucas-C/pre-commit-hooks-java
rev: 1.3.10