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.
pre-commit
1 parent 437e121 commit 5cedd33Copy full SHA for 5cedd33
.github/workflows/lint.yml
.pre-commit-config.yaml
@@ -1,6 +1,15 @@
1
# Install pre-commit hooks via
2
# pre-commit install
3
4
+default_language_version:
5
+ python: python3
6
+
7
+ci:
8
+ autofix_prs: true
9
+ autoupdate_commit_msg: "[pre-commit.ci] pre-commit suggestions"
10
+ autoupdate_schedule: quarterly
11
+ # submodules: true
12
13
repos:
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
0 commit comments