summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-10-27 22:02:23 +0100
committerYuval Adam <_@yuv.al>2024-10-27 22:02:23 +0100
commit4a1673315b21f483fdaade751339186fa8ed6037 (patch)
treeb97514da8acab37dfda84f013a56186019b408e3 /.pre-commit-config.yaml
parent9adea957780418e2eb51112e7aaa519351a4775f (diff)
Remove precommitHEADmaster
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml23
1 files changed, 0 insertions, 23 deletions
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