summaryrefslogtreecommitdiffstats
path: root/testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml')
-rw-r--r--testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml b/testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml
deleted file mode 100644
index a0d274c..0000000
--- a/testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-- id: sys-exec
- name: sys-exec
- entry: python -c 'import os; import sys; print(sys.executable.split(os.path.sep)[-2]) if os.name == "nt" else print(sys.executable.split(os.path.sep)[-3])'
- language: conda
- files: \.py$
-- id: additional-deps
- name: additional-deps
- entry: python
- language: conda
- files: \.py$