Skip to content

Commit

Permalink
Pre-Commit Setup Instructions for Developers (#132)
Browse files Browse the repository at this point in the history
* Pre-Commit Setup Instructions for Developers

* README.md を更新

Co-authored-by: Autumn60 <[email protected]>

* README.md を更新

Co-authored-by: Autumn60 <[email protected]>

* Update README.md

fix problems

* Update README.md

* readme update

---------

Co-authored-by: Autumn60 <[email protected]>
  • Loading branch information
Bey9434 and Autumn60 authored Oct 6, 2024
1 parent 03a5264 commit 28c99fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,22 @@ Fool Stuck Robot

## 2. Run

## 3. Pre-Commit Setup Instructions for Developers

1. Install pre-commit

```bash
pip install pre-commit
```

2. Enable pre-commit hooks

```bash
cd /path/to/wheel_stuck_ws
```

```bash
pre-commit install
```

## LICENSE

0 comments on commit 28c99fe

Please sign in to comment.