Skip to content

Commit 68bafac

Browse files
Update CONTRIBUTING.md to install .[dev] first then pre-commit (#275)
1 parent 0b1cd1b commit 68bafac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ To get started fork this repository, and clone your fork:
1212
git clone https://github.com/<your_organization>/superqt
1313
cd superqt
1414

15-
# install pre-commit hooks
16-
pre-commit install
17-
1815
# install in editable mode
1916
pip install -e .[dev]
2017

18+
# install pre-commit hooks
19+
pre-commit install
20+
2121
# run tests & make sure everything is working!
2222
pytest
2323
```

0 commit comments

Comments
 (0)