summaryrefslogtreecommitdiffstats
path: root/testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml')
-rw-r--r--testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml b/testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml
new file mode 100644
index 0000000..2c23700
--- /dev/null
+++ b/testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml
@@ -0,0 +1,6 @@
+- id: python3-hook
+ name: Python 3 Hook
+ entry: python3-hook
+ language: python
+ language_version: python3
+ files: \.py$