Fix Typo for extend-aliases Option (#10978)

This commit is contained in:
Max Muoto
2024-04-16 11:23:09 -05:00
committed by GitHub
parent 1801798e85
commit 45db695c47
2 changed files with 2 additions and 2 deletions

2
ruff.schema.json generated
View File

@@ -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"