8000
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 df32337 commit 4b85c5dCopy full SHA for 4b85c5d
.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