Skip to content

Commit aa40ab0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 069378e commit aa40ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.9.3"
16+
rev: "v0.9.4"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.4.0
21+
rev: v2.4.1
2222
hooks:
2323
- id: codespell
2424
- repo: https://github.com/adrienverge/yamllint.git
@@ -29,7 +29,7 @@ repos:
2929
types: [file, yaml]
3030
entry: yamllint --strict
3131
- repo: https://github.com/psf/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- name: black
3535
id: black

0 commit comments

Comments
 (0)