[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

@@ -11,7 +11,7 @@ def copy_upstream_src(wpilib_root: Path):
# Copy header into allwpilib
dest_filename = (
wpiutil / f"src/main/native/thirdparty/argparse/include/wpi/util/argparse.hpp"
wpiutil / "src/main/native/thirdparty/argparse/include/wpi/util/argparse.hpp"
)
shutil.copyfile("include/argparse/argparse.hpp", dest_filename)
# Rename namespace from argparse to wpi