Skip to content

Commit d2ca59d

Browse files
authored
Update ruff's JSON schema (#5415)
This updates ruff's JSON schema to [a62ba8c6e2bac0b899d90fd30a1b26c07aac44bb](astral-sh/ruff@a62ba8c)
1 parent 82a417d commit d2ca59d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/schemas/json/ruff.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
},
133133
"extension": {
134-
"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`.",
134+
"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.",
135135
"type": ["object", "null"],
136136
"additionalProperties": {
137137
"$ref": "#/definitions/Language"
@@ -2688,6 +2688,8 @@
26882688
"D417",
26892689
"D418",
26902690
"D419",
2691+
"D42",
2692+
"D420",
26912693
"DJ",
26922694
"DJ0",
26932695
"DJ00",
@@ -3261,6 +3263,7 @@
32613263
"PLR1708",
32623264
"PLR171",
32633265
"PLR1711",
3266+
"PLR1712",
32643267
"PLR1714",
32653268
"PLR1716",
32663269
"PLR172",
@@ -3584,6 +3587,8 @@
35843587
"RUF067",
35853588
"RUF068",
35863589
"RUF069",
3590+
"RUF07",
3591+
"RUF070",
35873592
"RUF1",
35883593
"RUF10",
35893594
"RUF100",

0 commit comments

Comments
 (0)