Skip to content

Commit

Permalink
chore(nml-regenerate): replicate steps from pre-commit to prevent con…
Browse files Browse the repository at this point in the history
…flicts
  • Loading branch information
sanjayankur31 committed Sep 11, 2024
1 parent 2149e22 commit ae06d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neuroml/nml/regenerate-nml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ reformat () {
if command -v ruff > /dev/null 2>&1
then
echo "Formatting new nml.py with ruff"
ruff check --select I --fix nml.py
ruff format nml.py
else
echo "ruff is not installed"
Expand Down

0 comments on commit ae06d22

Please sign in to comment.