From 2539d6fc4b5fa595bc30d895d2c359a5cd3a1021 Mon Sep 17 00:00:00 2001 From: Reda Bouaida Date: Mon, 14 Oct 2024 20:42:16 +0200 Subject: [PATCH] Migrate pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afc91dc..c6b1bab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3 # Optionally both commit and push -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks