summaryrefslogtreecommitdiffstats
path: root/testing/resources/exclude_types_repo/.pre-commit-hooks.yaml
blob: ed8794fbe47b330aaf0553c36a15e45e7bee61dc (plain)
1
2
3
4
5
6
-   id: python-files
    name: Python files
    entry: bin/hook.sh
    language: script
    types: [python]
    exclude_types: [python3]