Skip to content

Commit

Permalink
Address repo-review issue: PC901: Custom pre-commit CI message
Browse files Browse the repository at this point in the history
Should have something like this in .pre-commit-config.yaml:
	ci:
	  autoupdate_commit_msg: 'chore: update pre-commit hooks'

https://learn.scientific-python.org/development/guides/repo-review/?repo=populse%2Fcapsul&branch=3.0
  • Loading branch information
DimitriPapadopoulos committed Mar 4, 2024
1 parent 2ee9137 commit 7ad1138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_commit_msg: 'chore: update pre-commit hooks'

exclude: '^(doc/source|capsul)/sphinxext/'

repos:
Expand Down

0 comments on commit 7ad1138

Please sign in to comment.