mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[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:
@@ -5,7 +5,6 @@ import pathlib
|
||||
|
||||
from wpiutil.log import DataLog, BooleanLogEntry, StringArrayLogEntry, RawLogEntry
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("out", type=pathlib.Path)
|
||||
|
||||
Reference in New Issue
Block a user