Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
parent
7c676c0a7d
commit
3e85a29b86
88 changed files with 537 additions and 357 deletions
|
@ -91,7 +91,7 @@ def format_python_namespace(
|
|||
return f": {annotation}" if annotation else ""
|
||||
|
||||
code = "\n\n".join(
|
||||
f"{key}{_get_annotation(key)}" f" = {to_string(value)}"
|
||||
f"{key}{_get_annotation(key)} = {to_string(value)}"
|
||||
for key, value in sorted(content.items())
|
||||
)
|
||||
if annotations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue