Skip to content

Commit 668bc1b

Browse files
[pre-commit.ci] pre-commit autoupdate (#40)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.275...v0.3.7) - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 24.4.0](psf/black-pre-commit-mirror@23.3.0...24.4.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f127dd0 commit 668bc1b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -14,17 +14,17 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.0.275"
17+
rev: "v0.3.7"
1818
hooks:
1919
- id: ruff
2020
args: [--config=ruff.toml, --fix, --show-fixes]
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "23.3.0"
23+
rev: "24.4.0"
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: "v2.2.5"
28+
rev: "v2.2.6"
2929
hooks:
3030
- id: codespell

0 commit comments

Comments
 (0)