We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d5af5 commit 1433d66Copy full SHA for 1433d66
.pre-commit-config.yaml
@@ -46,3 +46,12 @@ repos:
46
language: system
47
entry: python tools/generate_requirements.py
48
files: "pyproject.toml|requirements/.*\\.txt|tools/generate_requirements.py"
49
+
50
+ci:
51
+ # This ensures that pr's aren't autofixed by the bot, rather you call
52
+ # the bot to make the fix
53
+ autofix_prs: false
54
+ autofix_commit_msg: |
55
+ '[pre-commit.ci 🤖] Apply code format tools to PR'
56
+ # Update hook versions every month (so we don't get hit with weekly update pr's)
57
+ autoupdate_schedule: monthly
0 commit comments