Skip to content

Commit

Permalink
Merge pull request #2213 from davidculley/confine-precommit-to-stages
Browse files Browse the repository at this point in the history
confine pre-commit to stages
  • Loading branch information
staticdev committed Dec 13, 2023
2 parents 9255bca + df0e119 commit e38702f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
@@ -1,6 +1,7 @@
- id: isort
name: isort
entry: isort
stages: [commit, merge-commit, push, manual]
require_serial: true
language: python
types_or: [cython, pyi, python]
Expand Down

0 comments on commit e38702f

Please sign in to comment.