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 f7b2b39 commit b0bd01cCopy full SHA for b0bd01c
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.8.2'
+ rev: 'v0.8.6'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -36,14 +36,14 @@ repos:
36
- id: fix-encoding-pragma
37
args: ["--remove"]
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.13.0
+ rev: v1.14.1
40
41
- id: mypy
42
exclude: test.*
43
args: [--no-strict-optional, --ignore-missing-imports]
44
additional_dependencies: ["pydantic", "toml", "types-all"]
45
- repo: https://github.com/jsh9/pydoclint
46
- rev: 0.5.10
+ rev: 0.5.14
47
48
- id: pydoclint
49
args:
0 commit comments