mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Fix Typo for extend-aliases Option (#10978)
This commit is contained in:
2
ruff.schema.json
generated
2
ruff.schema.json
generated
@@ -1054,7 +1054,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"aliases": {
|
||||
"description": "The conventional aliases for imports. These aliases can be extended by the `extend_aliases` option.",
|
||||
"description": "The conventional aliases for imports. These aliases can be extended by the `extend-aliases` option.",
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
|
||||
Reference in New Issue
Block a user