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 9bbae6c commit 5fac599Copy full SHA for 5fac599
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
- id: check-docstring-first
12
- repo: https://github.com/rbubley/mirrors-prettier
13
- rev: v3.6.0
+ rev: v3.6.2
14
hooks:
15
- id: prettier
16
args: ["--cache-location=.prettier_cache/cache"]
@@ -31,13 +31,13 @@ repos:
31
32
- id: black-jupyter
33
- repo: https://github.com/keewis/blackdoc
34
- rev: v0.4.0
+ rev: v0.4.1
35
36
- id: blackdoc
37
additional_dependencies: ["black==25.1.0"]
38
- id: blackdoc-autoupdate-black
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.12.0
+ rev: v0.12.1
41
42
- id: ruff
43
args: [--fix]
0 commit comments