Skip to content

Commit

Permalink
Update ruff's JSON schema
Browse files Browse the repository at this point in the history
This updates ruff's JSON schema to [205222ca6b4f26b4361762ea3c9b180ee4caac59](astral-sh/ruff@205222c)
  • Loading branch information
ntBre committed Feb 20, 2025
1 parent 147b215 commit c5be3dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/schemas/json/ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
}
},
"builtins-strict-checking": {
"description": "Compare module names instead of full module paths.",
"description": "Compare module names instead of full module paths.\n\nUsed by [`A005` - `stdlib-module-shadowing`](https://docs.astral.sh/ruff/rules/stdlib-module-shadowing/).\n\nIn preview mode the default value is `false` rather than `true`.",
"type": ["boolean", "null"]
}
},
Expand Down Expand Up @@ -2797,6 +2797,7 @@
"FURB157",
"FURB16",
"FURB161",
"FURB162",
"FURB163",
"FURB164",
"FURB166",
Expand Down Expand Up @@ -3399,6 +3400,7 @@
"RUF040",
"RUF041",
"RUF043",
"RUF045",
"RUF046",
"RUF047",
"RUF048",
Expand Down

0 comments on commit c5be3dc

Please sign in to comment.