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 d21eda2 commit 25bb865Copy full SHA for 25bb865
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: text-unicode-replacement-char
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
# Ruff version.
28
- rev: v0.9.4
+ rev: v0.9.9
29
hooks:
30
- id: ruff-format
31
- id: ruff
@@ -37,12 +37,12 @@ repos:
37
exclude: "generate_aggregations.py"
38
additional_dependencies: ["black==24.8.0"]
39
- repo: https://github.com/rbubley/mirrors-prettier
40
- rev: v3.4.2
+ rev: v3.5.3
41
42
- id: prettier
43
args: [--cache-location=.prettier_cache/cache]
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v1.14.1
+ rev: v1.15.0
46
47
- id: mypy
48
# Copied from setup.cfg
0 commit comments