From 9368699b2cfff2c4652a2fd6be1bf468eb6d39b7 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 24 Nov 2024 14:54:26 -0800 Subject: [PATCH] Migrate the 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 444e182d..01cfc839 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: rev: v1.0.0 hooks: - id: mypy - stages: [push, manual] + stages: [pre-push, manual] pass_filenames: false args: - --config-file=pyproject.toml