Skip to content

Commit 5cedd33

Browse files
committed
ci: switch pre-commit action to bot
1 parent 437e121 commit 5cedd33

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Install pre-commit hooks via
22
# pre-commit install
33

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+
413
repos:
514
- repo: https://github.com/pre-commit/pre-commit-hooks
615
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0

0 commit comments

Comments
 (0)