From 65e2dac4c4c667da58870523d0152919e8df97fd Mon Sep 17 00:00:00 2001 From: mr-tz Date: Tue, 3 Dec 2024 12:09:38 +0000 Subject: [PATCH] upgrade pre-commit config --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b77d3524..262b600e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: isort name: isort - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] language: system entry: isort args: @@ -46,7 +46,7 @@ repos: hooks: - id: black name: black - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] language: system entry: black args: @@ -64,7 +64,7 @@ repos: hooks: - id: ruff name: ruff - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] language: system entry: ruff args: @@ -82,7 +82,7 @@ repos: hooks: - id: flake8 name: flake8 - stages: [push, manual] + stages: [pre-push, manual] language: system entry: flake8 args: @@ -101,7 +101,7 @@ repos: hooks: - id: mypy name: mypy - stages: [push, manual] + stages: [pre-push, manual] language: system entry: mypy args: @@ -119,7 +119,7 @@ repos: hooks: - id: deptry name: deptry - stages: [push, manual] + stages: [pre-push, manual] language: system entry: deptry . always_run: true