Skip to content

Commit

Permalink
chore: run pre-commit hooks before push, not before commit (#2428)
Browse files Browse the repository at this point in the history
Required to ease iterative development process. Partly reverts
0cde2e4
  • Loading branch information
sadym-chromium authored Jul 19, 2024
1 parent 37fece5 commit 32d38f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#
# Apply all pre-commit hooks to all files:
# $ pre-commit run --all-files
default_stages: [pre-push, manual]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit 32d38f3

Please sign in to comment.