mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 19:33:54 +02:00
Added poetry install to the pre-commit hooks. (#329)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user