Skip to content

Commit 89bf700

Browse files
[pre-commit.ci] pre-commit autoupdate (#414)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.1...v0.9.10) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e003e43 commit 89bf700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.1
10+
rev: v0.9.10
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919

2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.3.0
21+
rev: v2.4.1
2222
hooks:
2323
- id: codespell
2424
files: ^.*\.(py|md|rst|yml)$

0 commit comments

Comments
 (0)