Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored and Artur-Galstyan committed Jul 20, 2024
1 parent 79d148e commit cf2e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ cd equinox
pip install -e .
```

Then install the pre-commit hook:
Then install the pre-commit hooks:

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

These hooks use Black and isort to format the code, and flake8 to lint it.
These hooks use ruff to format and lint the code, and pyright to typecheck it.

---

Expand Down

0 comments on commit cf2e95d

Please sign in to comment.