Skip to content

Commit 55f01fb

Browse files
authored
Update ruff's JSON schema (SchemaStore#4975)
This updates ruff's JSON schema to [a1fdd66f10a045a574efb20e422868b21decda40](astral-sh/ruff@a1fdd66)
1 parent 7e11209 commit 55f01fb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/schemas/json/ruff.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@
18601860
]
18611861
},
18621862
"future-annotations": {
1863-
"description": "Whether to allow rules to add `from __future__ import annotations` in cases where this would simplify a fix or enable a new diagnostic.\n\nFor example, `TC001`, `TC002`, and `TC003` can move more imports into `TYPE_CHECKING` blocks if `__future__` annotations are enabled.\n\nThis setting is currently in [preview](https://docs.astral.sh/ruff/preview/) and requires preview mode to be enabled to have any effect.",
1863+
"description": "Whether to allow rules to add `from __future__ import annotations` in cases where this would simplify a fix or enable a new diagnostic.\n\nFor example, `TC001`, `TC002`, and `TC003` can move more imports into `TYPE_CHECKING` blocks if `__future__` annotations are enabled.",
18641864
"type": ["boolean", "null"]
18651865
},
18661866
"ignore": {
@@ -2454,6 +2454,7 @@
24542454
"ASYNC23",
24552455
"ASYNC230",
24562456
"ASYNC25",
2457+
"ASYNC250",
24572458
"ASYNC251",
24582459
"B",
24592460
"B0",
@@ -2989,9 +2990,6 @@
29892990
"PD1",
29902991
"PD10",
29912992
"PD101",
2992-
"PD9",
2993-
"PD90",
2994-
"PD901",
29952993
"PERF",
29962994
"PERF1",
29972995
"PERF10",
@@ -3741,7 +3739,6 @@
37413739
"UP035",
37423740
"UP036",
37433741
"UP037",
3744-
"UP038",
37453742
"UP039",
37463743
"UP04",
37473744
"UP040",

0 commit comments

Comments
 (0)