[robotpy] Run black on robotpy files (#9017)

This piggy-backs off #8362. `wpiformat` will handle all the non-python
files (C++ trailing spaces in yaml files, etc), and the robotpy files
(guarded by being under src/main/python or src/test/python) will be
handled by black only.
This commit is contained in:
PJ Reiniger
2026-06-27 15:13:13 -04:00
committed by GitHub
parent a5d66fb4ff
commit fd25e8666f
5 changed files with 47 additions and 12 deletions

View File

@@ -48,4 +48,3 @@ def test_left_roll_drives_left():
assert correction.vx == pytest.approx(0.0, abs=1e-6)
assert correction.vy > 0.0