Skip to content

Commit 3752f93

Browse files
Upgrade pre-commit dependencies again
1 parent 3d6171d commit 3752f93

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.0.281"
13+
rev: "v0.0.282"
1414
hooks:
1515
- id: ruff
1616
exclude: tests/testdata
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies: ["types-typed-ast"]
6767
exclude: tests/testdata| # exclude everything, we're not ready
6868
- repo: https://github.com/pre-commit/mirrors-prettier
69-
rev: v3.0.0
69+
rev: v3.0.1
7070
hooks:
7171
- id: prettier
7272
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)