From d79bc0f26771563243a475f75cab9eee5ceb1f30 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Mon, 6 Nov 2023 21:58:33 +0100 Subject: [PATCH] Added poetry install to the pre-commit hooks. (#332) Limiting most pre-commit hooks to the pre-commit stage. --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de2b787..5c5e8ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,9 @@ default_language_version: python: python3.11 +default_stages: +- pre-commit + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0