From 983ef89ffe12bd99fe198bfb43b61ecdd2ef14a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= Date: Fri, 22 Dec 2023 14:43:06 +0100 Subject: [PATCH] split linting from testing --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee244193..b473ccb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,12 +40,6 @@ repos: entry: poetry run pylint language: system types: [python] - - id: pytest-check - name: pytest-check - entry: pytest - language: system - pass_filenames: false - always_run: true - id: codespell name: codespell entry: poetry run codespell --write-changes --skip="./*"