We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6171d commit 3752f93Copy full SHA for 3752f93
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.0.281"
+ rev: "v0.0.282"
14
hooks:
15
- id: ruff
16
@@ -66,7 +66,7 @@ repos:
66
additional_dependencies: ["types-typed-ast"]
67
exclude: tests/testdata| # exclude everything, we're not ready
68
- repo: https://github.com/pre-commit/mirrors-prettier
69
- rev: v3.0.0
+ rev: v3.0.1
70
71
- id: prettier
72
args: [--prose-wrap=always, --print-width=88]
0 commit comments