Skip to content

Commit 3625835

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.5.6...v0.11.4) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 4488f62 commit 3625835

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
@@ -3,25 +3,25 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.5.6
13+
rev: v0.11.4
1414
hooks:
1515
- id: ruff
1616
args: [ --fix ]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.8.0
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.3.0
24+
rev: v2.4.1
2525
hooks:
2626
- id: codespell
2727
files: ^.*\.(py|md|rst|yml)$

0 commit comments

Comments
 (0)