We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e14592 commit 394af12Copy full SHA for 394af12
.github/workflows/lint.yml
.pre-commit-config.yaml
@@ -1,6 +1,12 @@
1
# Install pre-commit hooks via
2
# pre-commit install
3
4
+ci:
5
+ autofix_prs: false
6
+ autofix_commit_msg: |
7
+ '[pre-commit.ci 🤖] Apply code format tools to PR'
8
+ autoupdate_schedule: quarterly
9
+
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
0 commit comments