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 6ec1f9c commit cc055b2Copy full SHA for cc055b2
.pre-commit-config.yaml
@@ -6,19 +6,19 @@ repos:
6
- id: taplo-format
7
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.9.9
+ rev: v0.12.0
10
hooks:
11
- id: ruff
12
args: [--fix]
13
- id: ruff-format
14
15
- repo: https://github.com/google/yamlfmt
16
- rev: v0.16.0
+ rev: v0.17.1
17
18
- id: yamlfmt
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.15.0
+ rev: v1.16.1
22
23
- id: mypy
24
files: sphinx_needs/.*
0 commit comments