BerkeleyAutomation / FogROS2

An Adaptive and Extensible Platform for Cloud and Fog Robotics Using ROS 2
https://berkeleyautomation.github.io/FogROS2
Apache License 2.0
171 stars 29 forks source link

dev: format changed files on push #72

Closed nikhiljha closed 2 years ago

nikhiljha commented 2 years ago

🚨 This requires you to have black, flake8, and isort installed into your venv's python3. 🚨

In the future, we should switch to colocon-poetry-ros for better dependency management. This way we can have one build system handle our development dependencies (hopefully soon to include mypy) and the ROS dependencies.

Usage

See the CONTRIBUTING.md file in this pull request. All users of this repository will have to run these commands to install the pre-commit rules.

nikhiljha commented 2 years ago

closed in favor of #89