We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 864350a + cf4bd2b commit df11446Copy full SHA for df11446
1 file changed
.pre-commit-config.yaml
@@ -28,13 +28,13 @@ repos:
28
- id: sort-simple-yaml
29
- id: trailing-whitespace
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.14.4
+ rev: v0.14.10
32
hooks:
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
35
- id: ruff-format
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.18.2
+ rev: v1.19.1
38
39
- id: mypy
40
- repo: https://github.com/sourcery-ai/sourcery
0 commit comments