Skip to content

Commit 13f06be

Browse files
pre-commit-ci[bot]commonism
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.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) - [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.6.12](astral-sh/uv-pre-commit@0.5.14...0.6.12)
1 parent 5fe8c6b commit 13f06be

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
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: pycln
66
- repo: 'https://github.com/psf/black'
7-
rev: 24.10.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
args:
@@ -27,7 +27,7 @@ repos:
2727
- id: check-symlinks
2828
- id: debug-statements
2929
- repo: 'https://github.com/PyCQA/flake8'
30-
rev: 7.1.1
30+
rev: 7.2.0
3131
hooks:
3232
- id: flake8
3333
args:
@@ -41,7 +41,7 @@ repos:
4141
args: [--py39-plus, --keep-runtime-typing]
4242

4343
- repo: https://github.com/adrienverge/yamllint.git
44-
rev: v1.35.1
44+
rev: v1.37.0
4545
hooks:
4646
- id: yamllint
4747
args: ["-d", "{extends: relaxed, rules: {empty-lines: disable, line-length: {max: 1500}}}", --strict, --format, parsable]
@@ -55,7 +55,7 @@ repos:
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
5757
# uv version.
58-
rev: 0.5.14
58+
rev: 0.6.12
5959
hooks:
6060
# Update the uv lockfile
6161
- id: uv-lock

0 commit comments

Comments
 (0)