Skip to content

Commit 77e24d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#7)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.3...v0.8.1) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.1](rbubley/mirrors-prettier@v3.3.3...v3.4.1) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6f9cf5a commit 77e24d2

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
@@ -9,12 +9,12 @@ repos:
99
hooks:
1010
- id: black
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.7.3
12+
rev: v0.8.1
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]
1616
- repo: https://github.com/rbubley/mirrors-prettier
17-
rev: v3.3.3
17+
rev: v3.4.1
1818
hooks:
1919
- id: prettier
2020
args: ["--cache-location=.prettier_cache"]
@@ -26,7 +26,7 @@ repos:
2626
- id: taplo-lint
2727
args: ["--no-schema"]
2828
- repo: https://github.com/abravalheri/validate-pyproject
29-
rev: v0.22
29+
rev: v0.23
3030
hooks:
3131
- id: validate-pyproject
3232

0 commit comments

Comments
 (0)