You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/Developers.md

355 B

Developers

Install pre-commit (https://pre-commit.com/)

pip install pre-commit

Check that it's installed

pre-commit --versioni

This repository already has a pre-commit configuration. To install the hooks, run:

pre-commit install

Now when you make a git commit, the black code formatter and ruff linter will run.