Skip to content

Commit

Permalink
makefile to include ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored and twiecki committed Nov 17, 2023
1 parent 3cd0a0e commit 0477373
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ init:

lint:
pip install .[lint]
isort .
black .
ruff . --fix
mypy .

check_lint:
pip install .[lint]
flake8 .
isort --check-only .
black --diff --check --fast .
ruff .
mypy .

test:
Expand Down

0 comments on commit 0477373

Please sign in to comment.