From 1041602ef86ddc8af7eeb194748392bb0e1f1b1d Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 15 Oct 2024 15:09:53 -0600 Subject: [PATCH] chore: migrate pre-commit config --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03321520..069d8954 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: name: ruff-format entry: ruff format --force-exclude language: system - stages: [commit] + stages: [pre-commit] types_or: [python, pyi, jupyter] require_serial: true @@ -30,7 +30,7 @@ repos: name: codespell entry: codespell language: system - stages: [commit] + stages: [pre-commit] types_or: [jupyter, markdown, python, shell] - id: doc8 @@ -45,6 +45,6 @@ repos: entry: mypy args: [--no-incremental] language: system - stages: [commit] + stages: [pre-commit] types: [python] require_serial: true