From 738cdf2c9b76493cd20ebd763b7e40f9dab44fd8 Mon Sep 17 00:00:00 2001 From: robbertuittenbroek Date: Fri, 14 Jun 2024 16:23:06 +0200 Subject: [PATCH] Add action for validation and move pyright from pre-commit --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7122833..771ab42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,14 +18,6 @@ repos: hooks: - id: ruff - id: ruff-format - - repo: local - hooks: - - id: nodetest - name: nodetest - entry: python -m nodeenv /tmp/cache/pyright-python/nodeenv - language: system - pass_filenames: false - types: [python] ci: autofix_prs: false