Skip to content

Commit

Permalink
[pre-commit] Exclude .bumpversion.cfg from "end-of-file-fixer"
Browse files Browse the repository at this point in the history
For more info check here:
	c4urself/bump2version#58
  • Loading branch information
pmav99 committed Jan 24, 2019
1 parent 8158b86 commit afdf5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -26,5 +26,6 @@ repos:
- id: 'check-yaml'
- id: 'debug-statements'
- id: 'end-of-file-fixer'
exclude: '.bumpversion.cfg'
- id: 'name-tests-test'
- id: 'trailing-whitespace'

0 comments on commit afdf5fe

Please sign in to comment.