Skip to content

Commit

Permalink
Add pre commit
Browse files Browse the repository at this point in the history
Signed-off-by: Joostlek <[email protected]>
  • Loading branch information
joostlek committed Feb 21, 2024
1 parent 4f50faf commit 8ac11c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ To test connection with iRobot:
```shell
$ roomba-connect <ip> <password>
```

## Development

To improve your development experience, you can install pre-commit hooks via the following command.
With every commit it will run a set of checks, making sure it meets the quality standards.

```shell
pre-commit install
```

0 comments on commit 8ac11c6

Please sign in to comment.