-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mypy enable_recursive_aliases
not allowed
#3957
Comments
Cc @henryiii since he seems to have made this schema |
The original is from python/mypy#16601. Looks like it's been modified to add x-intellij-html-description and markdownDescription fields, though, since then. |
It seems like this is undocumented? It's not showing up when I rebase and rerun. |
Yeah you're right, unfortunately it's undocumented. I think it was a quick fix that became a long term fix. I defer to your judgement here, feel free to close this out as it's undocumented (but is a valid config file field) |
PRs welcome - SchemaStore allows undocumented features; more information in CONTRIBUTING.md; |
Okay, it looks like:
So actually, it's not a flag any more, and thus I am going to close it out. It's possible to see |
Area with issue?
JSON Schema
✔️ Expected Behavior
python/mypy#13297 added the
--enable-recursive-aliases
flag. However, https://github.com/SchemaStore/schemastore/blob/5b21d70133bf90a18d69ea84b60634fb0da07292/src/schemas/json/partial-mypy.json doesn't include this field.❌ Actual Behavior
--enable-recursive-aliases
be reflected in this schemaYAML or JSON file that does not work.
IDE or code editor.
Other
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: