Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/schemas/json/ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
},
"extension": {
"description": "A mapping of custom file extensions to known file types (overridden\nby the `--extension` command-line flag).\n\nSupported file types include `python`, `pyi`, `ipynb`, and `markdown`.",
"description": "A mapping of custom file extensions to known file types (overridden\nby the `--extension` command-line flag).\n\nSupported file types include `python`, `pyi`, `ipynb`, and `markdown`.\n\nAny file extensions listed here will be automatically added to the\ndefault `include` list as a `*.{ext}` glob, so that they are linted\nand formatted without needing any additional configuration settings.",
"type": ["object", "null"],
"additionalProperties": {
"$ref": "#/definitions/Language"
Expand Down Expand Up @@ -2688,6 +2688,8 @@
"D417",
"D418",
"D419",
"D42",
"D420",
"DJ",
"DJ0",
"DJ00",
Expand Down Expand Up @@ -3261,6 +3263,7 @@
"PLR1708",
"PLR171",
"PLR1711",
"PLR1712",
"PLR1714",
"PLR1716",
"PLR172",
Expand Down Expand Up @@ -3584,6 +3587,8 @@
"RUF067",
"RUF068",
"RUF069",
"RUF07",
"RUF070",
"RUF1",
"RUF10",
"RUF100",
Expand Down