Skip to content

Commit

Permalink
add .bumpversion.cfg to pre-commit ignore
Browse files Browse the repository at this point in the history
Causes problems with releasing when pre-commit changes the file after bumpversion updates it
  • Loading branch information
pacrob authored Dec 1, 2023
1 parent 0b05938 commit d1395aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: '.project-template|docs/conf.py'
exclude: '.project-template|docs/conf.py|.bumpversion.cfg'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit d1395aa

Please sign in to comment.