Skip to content

Commit

Permalink
Makefile duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Oct 8, 2024
1 parent 3188dd1 commit 618d086
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
LIB = mikeio

LIB = mikeio

check: lint typecheck test

build: typecheck test
python -m build

lint:
ruff check mikeio
ruff check $(LIB)/

format:
ruff format $(LIB)/
Expand Down

0 comments on commit 618d086

Please sign in to comment.