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 4b95d66 commit 8a9a0ebCopy full SHA for 8a9a0eb
.pre-commit-config.yaml
@@ -1,11 +1,10 @@
1
exclude: ^fixture/ # files with trailing whitespaces on purpose
2
ci:
3
autoupdate_commit_msg: "chore: update pre-commit hooks"
4
+ autoupdate_schedule: "monthly"
5
autofix_commit_msg: "style: pre-commit fixes"
6
autofix_prs: false
7
default_stages: [pre-commit, pre-push]
-default_language_version:
8
- python: python3
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
rev: v5.0.0
@@ -27,7 +26,7 @@ repos:
27
26
- id: sp-repo-review
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: 'v1.13.0'
+ rev: v1.13.0
31
hooks:
32
- id: mypy
33
args: [--config-file, pyproject.toml]
0 commit comments