Skip to content

Commit

Permalink
ci: add pre-commit default messages
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Dec 5, 2024
1 parent d9c981a commit f4cdd49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ repos:
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]
types_or: [ python, pyi ]
ci:
autofix_commit_msg: "ci: auto-format from pre-commit.com hooks"
autoupdate_commit_msg: "ci: pre-commit auto-update"

0 comments on commit f4cdd49

Please sign in to comment.