Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 2, 2023
1 parent a53c1c2 commit d294c24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ isort-check:
mypy:
{{VIRTUAL_BIN}}/mypy {{PROJECT_NAME}}/ {{TEST_DIR}}/

# Scans the project for security vulnerabilities
scan:
{{VIRTUAL_BIN}}/bandit -r {{PROJECT_NAME}}/

# Test the project
test:
{{VIRTUAL_BIN}}/pytest

0 comments on commit d294c24

Please sign in to comment.