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 c0eab1f commit 09aac3eCopy full SHA for 09aac3e
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: check-yaml
7
- id: check-toml
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/google/yamlfmt
11
- rev: v0.17.0
+ rev: v0.17.2
12
13
- id: yamlfmt
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.11.13
+ rev: v0.12.8
16
17
- id: ruff
18
args: [--fix]
@@ -22,7 +22,7 @@ repos:
22
23
- id: pyproject-fmt
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.16.0
+ rev: v1.17.1
26
27
- id: mypy
28
args: []
0 commit comments