Skip to content

Commit 757b19f

Browse files
pre-commit-ci[bot]lucasrcezimbra
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.0](astral-sh/ruff-pre-commit@v0.8.4...v0.11.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/google/yamlfmt: v0.14.0 → v0.16.0](google/yamlfmt@v0.14.0...v0.16.0) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7)
1 parent 4228b41 commit 757b19f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ repos:
1212
- id: mixed-line-ending
1313
- id: trailing-whitespace
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.8.4
15+
rev: v0.11.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323
types: [python]
2424
- repo: https://github.com/google/yamlfmt
25-
rev: v0.14.0
25+
rev: v0.16.0
2626
hooks:
2727
- id: yamlfmt
2828
- repo: https://github.com/rhysd/actionlint
29-
rev: v1.7.4
29+
rev: v1.7.7
3030
hooks:
3131
- id: actionlint

0 commit comments

Comments
 (0)