Skip to content

Commit 42313d7

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/astral-sh/ruff-pre-commit: v0.1.6 → v0.6.5](astral-sh/ruff-pre-commit@v0.1.6...v0.6.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.19](abravalheri/validate-pyproject@v0.15...v0.19)
1 parent b31df3c commit 42313d7

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
@@ -6,7 +6,7 @@
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-toml
1212
- id: check-yaml
@@ -16,18 +16,18 @@ repos:
1616
- id: requirements-txt-fixer
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.6
19+
rev: v0.6.5
2020
hooks:
2121
- id: ruff # See pyproject.toml for args
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.2.6
24+
rev: v2.3.0
2525
hooks:
2626
- id: codespell # See pyproject.toml for args
2727
additional_dependencies:
2828
- tomli
2929

3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.15
31+
rev: v0.19
3232
hooks:
3333
- id: validate-pyproject

0 commit comments

Comments
 (0)