summaryrefslogtreecommitdiffstats
path: root/testing/resources/conda_hooks_repo/.pre-commit-hooks.yaml
blob: a0d274c236063b0768af6ea8a14ff8b6bb99a228 (plain)
1
2
3
4
5
6
7
8
9
10
-   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$