Skip to content

Commit 24321de

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.3.5](astral-sh/ruff-pre-commit@v0.1.6...v0.3.5) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
1 parent b31df3c commit 24321de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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,7 +16,7 @@ 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.3.5
2020
hooks:
2121
- id: ruff # See pyproject.toml for args
2222

@@ -28,6 +28,6 @@ repos:
2828
- tomli
2929

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

0 commit comments

Comments
 (0)