Skip to content

Commit dcdeb5c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.13.1](astral-sh/ruff-pre-commit@v0.9.2...v0.13.1) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent 25a4b0b commit dcdeb5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-toml
1212
- id: check-yaml
@@ -16,11 +16,11 @@ repos:
1616
- id: requirements-txt-fixer
1717

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

2323
- repo: https://github.com/abravalheri/validate-pyproject
24-
rev: v0.23
24+
rev: v0.24.1
2525
hooks:
2626
- id: validate-pyproject

0 commit comments

Comments
 (0)