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 7fefa63 commit ea6ee7dCopy full SHA for ea6ee7d
.pre-commit-config.yaml
@@ -5,16 +5,16 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/psf/black
8
- rev: 24.10.0
+ rev: 25.1.0
9
hooks:
10
- id: black
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.8.1
+ rev: v0.9.4
13
14
- id: ruff
15
args: ["--fix"]
16
- repo: https://github.com/rbubley/mirrors-prettier
17
- rev: v3.4.1
+ rev: v3.4.2
18
19
- id: prettier
20
args: ["--cache-location=.prettier_cache"]
0 commit comments