From 68bafaceaaed70d681faea49b79ea450ee7dac34 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:34:22 -0500 Subject: [PATCH] Update CONTRIBUTING.md to install .[dev] first then pre-commit (#275) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1fe4cb..8362e11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,12 +12,12 @@ To get started fork this repository, and clone your fork: git clone https://github.com//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 ```