Skip to content

Commit ad45a07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.11.5](astral-sh/ruff-pre-commit@v0.7.3...v0.11.5) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0)
1 parent b8f2cd3 commit ad45a07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
repos:
33
- repo: https://github.com/asottile/pyupgrade
44
# keep it after flake8
5-
rev: v3.19.0
5+
rev: v3.19.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py310-plus"]
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.7.3"
10+
rev: "v0.11.5"
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
@@ -36,12 +36,12 @@ repos:
3636
mkdocs.yml
3737
)$
3838
- repo: https://github.com/psf/black
39-
rev: 24.10.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
language_version: python3
4343
- repo: https://github.com/adrienverge/yamllint.git
44-
rev: v1.35.1
44+
rev: v1.37.0
4545
hooks:
4646
- id: yamllint
4747
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)