ArduPilot / ardupilot_ros

ArduPilot ROS integration
GNU General Public License v3.0
15 stars 9 forks source link

Add pre-commit with black and xmllint #10

Closed pedro-fuoco closed 1 year ago

pedro-fuoco commented 1 year ago

Added pre-commit .yaml file with black and xmllint as well as some pre-commit hooks.

The pre-commit documentation recommends running this the first time to ensure that all the files in the repository are formatted correctly:

pre-commit run --all-files

So I will add a second commit to make the recommended changes

Solves #9