Skip to content

Commit

Permalink
Add ruff to ship command
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed Aug 24, 2023
1 parent 69df129 commit 8f29657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ship.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ git pull -r
echo "Run tests"
pytest .

echo "Ruff"
ruff .

echo "Bump version"

#Bump version and create tag
Expand Down

0 comments on commit 8f29657

Please sign in to comment.