mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[robotpy] Run wpiformat on non-python robotpy files (#8362)
This turns the styleguide on for the non-python robotpy files. The overwhelming amount of changes were related to whitespace, followed by some IWYU for standard library headers.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
build-backend = "hatchling.build"
|
||||
requires = [
|
||||
"hatchling",
|
||||
"hatchling",
|
||||
"hatch-robotpy~=0.2.1",
|
||||
]
|
||||
|
||||
@@ -38,4 +38,4 @@ libs = ["halsim_ds_socket"]
|
||||
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["halsim_ds_socket"]
|
||||
packages = ["halsim_ds_socket"]
|
||||
|
||||
Reference in New Issue
Block a user