From 4a1673315b21f483fdaade751339186fa8ed6037 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Oct 2024 22:02:23 +0100 Subject: Remove precommit --- .pre-commit-config.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 559e626..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,23 +0,0 @@ -fail_fast: true -repos: -- repo: local - hooks: - - id: format - name: Format - stages: [commit] - language: system - entry: pipenv run format - types: [python] - - id: lint - name: Lint - stages: [commit] - language: system - entry: pipenv run lint - types: [python] - - id: test - name: Test - stages: [commit] - language: system - entry: pipenv run test - types: [python] - pass_filenames: false -- cgit v1.3.1