[ci] Upgrade to wpiformat 2026.64 (#8993)

This commit is contained in:
Tyler Veness
2026-06-19 06:40:55 -07:00
committed by GitHub
parent e92478c212
commit ad797456f5
16 changed files with 130 additions and 100 deletions

View File

@@ -282,7 +282,7 @@ def _write_libinit_py(
contents += [
" except FileNotFoundError:",
f" if not exists(lib_path):",
" if not exists(lib_path):",
f' raise FileNotFoundError("{lib.name} was not found on your system. Is this package correctly installed?")',
]

View File

@@ -18,7 +18,6 @@ def _convert_validation_error(
e: typing.Optional[BaseException] = ve
while e is not None:
if isinstance(e, errors.WrongFieldError):
locs.append(f".{e.wrong_field}")
elif isinstance(e, errors.WrongListItemError):