Skip to content

Commit

Permalink
Update CONTRIBUTING.md to install .[dev] first then pre-commit (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Jan 26, 2025
1 parent 0b1cd1b commit 68bafac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ To get started fork this repository, and clone your fork:
git clone https://github.com/<your_organization>/superqt
cd superqt

# install pre-commit hooks
pre-commit install

# install in editable mode
pip install -e .[dev]

# install pre-commit hooks
pre-commit install

# run tests & make sure everything is working!
pytest
```
Expand Down

0 comments on commit 68bafac

Please sign in to comment.