From d9f6f6e4f9717988efab05359ddd3e9e63147a7b Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 27 Dec 2024 11:07:34 -0700 Subject: [PATCH] chore: migrate `pre-commit` config format (#612) --- .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 aec2958..e099e9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: language: system types: [text, executable] entry: poetry run check-executables-have-shebangs - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] - id: check-json name: { Checking JSON files language: system @@ -74,7 +74,7 @@ repos: language: system types: [text] entry: poetry run end-of-file-fixer - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] - id: fix-byte-order-marker name: 🚏 Checking UTF-8 byte order marker language: system @@ -132,7 +132,7 @@ repos: language: system types: [text] entry: poetry run trailing-whitespace-fixer - stages: [commit, push, manual] + stages: [pre-commit, pre-push, manual] - id: vulture name: 🔍 Finding unused Python code with Vulture language: system