add .bumpversion.cfg to pre-commit ignore

Causes problems with releasing when pre-commit changes the file after bumpversion updates it
This commit is contained in:
Paul Robinson
2023-12-01 16:01:08 -07:00
committed by GitHub
parent 0b0593880d
commit d1395aaad2

View File

@ -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