Skip to content

Commit 3802c12

Browse files
[pre-commit.ci] pre-commit autoupdate (#121)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) - [github.com/abravalheri/validate-pyproject: v0.24 → v0.24.1](abravalheri/validate-pyproject@v0.24...v0.24.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ed07a8e commit 3802c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: check-docstring-first
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.0
13+
rev: v0.11.2
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -42,6 +42,6 @@ repos:
4242
- id: taplo-lint
4343
args: [--no-schema]
4444
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.24
45+
rev: v0.24.1
4646
hooks:
4747
- id: validate-pyproject

0 commit comments

Comments
 (0)