Skip to content

Commit ead8a3c

Browse files
[pre-commit.ci] pre-commit autoupdate (#2689)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.2](rbubley/mirrors-prettier@v3.5.1...v3.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eed7458 commit ead8a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.9.6"
13+
rev: "v0.9.7"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -61,7 +61,7 @@ repos:
6161
require_serial: true
6262
additional_dependencies: ["types-typed-ast"]
6363
- repo: https://github.com/rbubley/mirrors-prettier
64-
rev: v3.5.1
64+
rev: v3.5.2
6565
hooks:
6666
- id: prettier
6767
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)