Centralize METADATA.toml parsing in the test suite (#9534)

This commit is contained in:
Alex Waygood
2023-01-28 15:13:46 +00:00
committed by GitHub
parent 7f986bdf85
commit c216b74e39
11 changed files with 294 additions and 191 deletions

View File

@@ -55,7 +55,7 @@ extra_standard_library = [
"opcode",
"pyexpat",
]
known_first_party = ["utils"]
known_first_party = ["utils", "parse_metadata"]
[tool.pycln]
all = true