mirror of https://github.com/astral-sh/ruff
Run generate-all
This commit is contained in:
parent
535868f939
commit
c9585fe304
|
|
@ -2243,7 +2243,8 @@ fix-only = true
|
||||||
|
|
||||||
#### [`fixable`](#fixable)
|
#### [`fixable`](#fixable)
|
||||||
|
|
||||||
A list of rule codes or prefixes to consider autofixable.
|
A list of rule codes or prefixes to consider autofixable. By default, all rules are
|
||||||
|
considered autofixable.
|
||||||
|
|
||||||
**Default value**: `["A", "ANN", "ARG", "B", "BLE", "C", "COM", "D", "DTZ", "E", "EM", "ERA", "EXE", "F", "FBT", "G", "I", "ICN", "INP", "ISC", "N", "PD", "PGH", "PIE", "PL", "PT", "PTH", "Q", "RET", "RUF", "S", "SIM", "T", "TCH", "TID", "TRY", "UP", "W", "YTT"]`
|
**Default value**: `["A", "ANN", "ARG", "B", "BLE", "C", "COM", "D", "DTZ", "E", "EM", "ERA", "EXE", "F", "FBT", "G", "I", "ICN", "INP", "ISC", "N", "PD", "PGH", "PIE", "PL", "PT", "PTH", "Q", "RET", "RUF", "S", "SIM", "T", "TCH", "TID", "TRY", "UP", "W", "YTT"]`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"fixable": {
|
"fixable": {
|
||||||
"description": "A list of rule codes or prefixes to consider autofixable.",
|
"description": "A list of rule codes or prefixes to consider autofixable. By default, all rules are considered autofixable.",
|
||||||
"type": [
|
"type": [
|
||||||
"array",
|
"array",
|
||||||
"null"
|
"null"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue