Skip to content

Commit

Permalink
[chore] renamed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
8ball030 committed Dec 26, 2023
1 parent 2bf9e99 commit 5fd50dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ tests:
poetry run pytest tests -vv

fmt:
poetry run black tests lyra samples
poetry run isort tests lyra samples
poetry run black tests lyra examples
poetry run isort tests lyra examples

lint:
poetry run flake8 tests lyra samples
poetry run flake8 tests lyra examples

all: fmt lint tests

Expand Down

0 comments on commit 5fd50dd

Please sign in to comment.