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 97ea57b commit 08cdb76Copy full SHA for 08cdb76
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
hooks:
31
- id: prettier
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.2.2
+ rev: v0.3.2
34
35
- id: ruff
36
args: [--fix, --show-fixes]
pyproject.toml
@@ -148,7 +148,10 @@ ignore_missing_imports = true
148
149
[tool.ruff]
150
src = ["src"]
151
-exclude = ["tests/packages/test-bad-syntax"]
+exclude = [
152
+ "tests/packages/*/pyproject.toml",
153
+ "tests/packages/test-bad-syntax",
154
+]
155
line-length = 127
156
157
[tool.ruff.format]
0 commit comments