Skip to content

Commit

Permalink
Disable pre-commit hooks conflicting with bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jul 1, 2020
1 parent 08e81e4 commit d04d4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
#- id: trailing-whitespace
#- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: debug-statements
Expand Down

0 comments on commit d04d4a3

Please sign in to comment.