Skip to content

Commit

Permalink
Enable black and prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Sep 8, 2023
1 parent ab7c4ca commit 10441a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ endif
lint:
@echo "Checking python code style with ruff"
ruff .
# black . --check
black . --check
@echo "Checking js and css code style."
npm run lint
# @TODO: enable once we have a consistent code style
# npx prettier . --check
npx prettier . --check


.PHONY: lint-fix
Expand Down

0 comments on commit 10441a9

Please sign in to comment.