Skip to content

Commit

Permalink
Improved linting
Browse files Browse the repository at this point in the history
  • Loading branch information
xfenix committed Oct 9, 2023
1 parent b3f52a8 commit 8999af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lint:
black . --check

lint-in-docker:
docker run -t spellcheck-microservice bash -c "ruff . && mypy . && vulture whole_app --min-confidence 100"
docker run -t spellcheck-microservice bash -c "ruff . && mypy . && vulture whole_app --min-confidence 100 && black . --check"

run-prod:
docker run -p 10113:10113 -e SPELLCHECK_WORKERS=1 -t spellcheck-microservice:latest
Expand Down

0 comments on commit 8999af0

Please sign in to comment.