We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0426250 commit 5ec39a1Copy full SHA for 5ec39a1
1 file changed
.pre-commit-config.yaml
@@ -21,14 +21,14 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.14.6
+ rev: v0.14.7
25
hooks:
26
- id: ruff-check
27
args: [--fix]
28
- id: ruff-format
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.18.2
+ rev: v1.19.0
32
33
- id: mypy
34
args: [--config-file=pyproject.toml]
0 commit comments