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 233fc6a commit 9bd0b4dCopy full SHA for 9bd0b4d
.pre-commit-config.yaml
@@ -9,18 +9,18 @@ repos:
9
- id: end-of-file-fixer
10
11
- repo: https://github.com/psf/black-pre-commit-mirror
12
- rev: 24.10.0
+ rev: 25.1.0
13
hooks:
14
- id: black
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.8.6
+ rev: v0.9.9
18
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
21
22
- repo: https://github.com/rbubley/mirrors-prettier
23
- rev: v3.4.2
+ rev: v3.5.3
24
25
- id: prettier
26
args: ["--cache-location=.prettier_cache/cache"]
0 commit comments