summaryrefslogtreecommitdiffstats
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 5690660..1a6056b 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -3,6 +3,7 @@
description: prevents giant files from being committed.
entry: check-added-large-files
language: python
+ stages: [commit, push, manual]
- id: check-ast
name: check python ast
description: simply checks whether the files parse as valid python.
@@ -162,8 +163,8 @@
language: python
types: [text]
- id: name-tests-test
- name: tests should end in _test.py
- description: this verifies that test files are named correctly.
+ name: python tests naming
+ description: verifies that test files are named correctly.
entry: name-tests-test
language: python
files: (^|/)tests/.+\.py$