Skip to content

Commit 4488f62

Browse files
[pre-commit.ci] pre-commit autoupdate (#5)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.3.5...v0.5.6) - [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 783e2c5 commit 4488f62

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.5.0
6+
rev: v4.6.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.3.5
13+
rev: v0.5.6
1414
hooks:
1515
- id: ruff
1616
args: [ --fix ]
1717

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

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

0 commit comments

Comments
 (0)