Run generate-all

This commit is contained in:
Charlie Marsh 2023-01-28 22:13:07 -05:00
parent 535868f939
commit c9585fe304
2 changed files with 3 additions and 2 deletions

View File

@ -2243,7 +2243,8 @@ fix-only = true
#### [`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"]`

View File

@ -111,7 +111,7 @@
]
},
"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": [
"array",
"null"