Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1089 from DiamondLightSource/install_pre-commit
Browse files Browse the repository at this point in the history
Install pre-commit hooks as part of the dev env script
  • Loading branch information
dperl-dls committed Jan 19, 2024
2 parents b10cb01 + c133647 commit c7f4392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dls_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ source .venv/bin/activate

pip install -e .[dev]

pre-commit install

# Ensure we use a local version of dodal
if [ ! -d "../dodal" ]; then
git clone git@github.com:DiamondLightSource/dodal.git ../dodal
Expand Down

0 comments on commit c7f4392

Please sign in to comment.