Skip to content

Commit e38702f

Browse files
authored
Merge pull request #2213 from davidculley/confine-precommit-to-stages
confine pre-commit to stages
2 parents 9255bca + df0e119 commit e38702f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- id: isort
22
name: isort
33
entry: isort
4+
stages: [commit, merge-commit, push, manual]
45
require_serial: true
56
language: python
67
types_or: [cython, pyi, python]

0 commit comments

Comments
 (0)