Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelllevin committed Apr 25, 2023
1 parent 7948597 commit a8cf3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.PHONY: build
build:
rm -rf dist/
python -m build
Expand All @@ -9,5 +10,5 @@ coverage:
open htmlcov/index.html

format:
ruff . --fix --ignore E501
ruff . --fix --ignore E501 --per-file-ignores="__init__.py:F401"
black .

0 comments on commit a8cf3d3

Please sign in to comment.