We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96ffe3c + 3ba9997 commit 6a80f70Copy full SHA for 6a80f70
2 files changed
.pre-commit-config.yaml
@@ -8,21 +8,21 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.11.8
+ rev: v0.11.13
12
hooks:
13
- id: ruff
14
args: [--fix]
15
- id: ruff-format
16
- repo: https://github.com/google/yamlfmt
17
- rev: v0.16.0
+ rev: v0.17.0
18
19
- id: yamlfmt
20
- repo: https://github.com/tox-dev/pyproject-fmt
21
- rev: v2.5.1
+ rev: v2.6.0
22
23
- id: pyproject-fmt
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.15.0
+ rev: v1.16.0
26
27
- id: mypy
28
args: []
0 commit comments