Skip to content

Commit c4d6fa5

Browse files
[pre-commit.ci] pre-commit autoupdate
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/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.4.5](astral-sh/ruff-pre-commit@v0.3.2...v0.4.5) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.1.3](tox-dev/pyproject-fmt@1.7.0...2.1.3) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
1 parent fdfb3b3 commit c4d6fa5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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: v4.6.0
1515
hooks:
1616
- id: check-yaml
1717
- id: detect-private-key
@@ -24,34 +24,34 @@ repos:
2424
- --markdown-linebreak-ext=md
2525

2626
- repo: https://github.com/MarcoGorelli/auto-walrus
27-
rev: v0.2.2
27+
rev: 0.3.4
2828
hooks:
2929
- id: auto-walrus
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.3.2
32+
rev: v0.4.5
3333
hooks:
3434
- id: ruff # See pyproject.toml for args
3535
# args: [--fix, --exit-non-zero-on-fix]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.2.0
38+
rev: 24.4.2
3939
hooks:
4040
- id: black # See pyproject.toml for args
4141

4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.2.6
43+
rev: v2.3.0
4444
hooks:
4545
- id: codespell # See pyproject.toml for args
4646
additional_dependencies:
4747
- tomli
4848

4949
- repo: https://github.com/tox-dev/pyproject-fmt
50-
rev: 1.7.0
50+
rev: 2.1.3
5151
hooks:
5252
- id: pyproject-fmt
5353

5454
- repo: https://github.com/abravalheri/validate-pyproject
55-
rev: v0.16
55+
rev: v0.18
5656
hooks:
5757
- id: validate-pyproject

0 commit comments

Comments
 (0)