Skip to content

Commit 11e67a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.7.4](astral-sh/ruff-pre-commit@v0.1.6...v0.7.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent b0bab5d commit 11e67a7

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
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v4.5.0"
14+
rev: "v5.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -28,19 +28,19 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/psf/black
31-
rev: "23.11.0"
31+
rev: "24.10.0"
3232
hooks:
3333
- id: black
3434
args: [--line-length=79]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.1.6
37+
rev: v0.7.4
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]
4141

4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.2.6
43+
rev: v2.3.0
4444
hooks:
4545
- id: codespell
4646
args: [-w]

0 commit comments

Comments
 (0)