Skip to content

Commit 89dd4ad

Browse files
Improve pre-commit configuration
* Python 3 is the default nowadays, no need to specify it. * Update pre-commmit less often that the "weekly" default.
1 parent b71ea14 commit 89dd4ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
exclude: ^doc/reference/autofiles/
22
ci:
33
autoupdate_commit_msg: "Update pre-commit hooks"
4+
autoupdate_schedule: "monthly"
45
autofix_commit_msg: "Apply pre-commit fixes"
56
autofix_prs: false
67
default_stages: [pre-commit, pre-push]
7-
default_language_version:
8-
python: python3
98
repos:
109
- repo: https://github.com/pre-commit/pre-commit-hooks
1110
rev: v5.0.0

0 commit comments

Comments
 (0)