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

Limiting most pre-commit hooks to the pre-commit stage.
This commit is contained in:
Philipp Horstenkamp 2023-11-06 21:58:33 +01:00 committed by GitHub
parent d6fabfff1a
commit d79bc0f267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
default_language_version: default_language_version:
python: python3.11 python: python3.11
default_stages:
- pre-commit
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.5.0