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 b8b2034 commit bfc699fCopy full SHA for bfc699f
.pre-commit-config.yaml
@@ -18,18 +18,18 @@ repos:
18
- --fix=lf
19
- id: trailing-whitespace
20
- repo: https://github.com/rbubley/mirrors-prettier
21
- rev: v3.3.3
+ rev: v3.5.2
22
hooks:
23
- id: prettier
24
- repo: https://github.com/charliermarsh/ruff-pre-commit
25
- rev: v0.7.2
+ rev: v0.9.7
26
27
- id: ruff
28
args:
29
- --fix
30
- id: ruff-format
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v1.13.0
+ rev: v1.15.0
33
34
- id: mypy
35
0 commit comments