Skip to content

Commit

Permalink
chore: adds make fmt
Browse files Browse the repository at this point in the history
To run black on all python files.
  • Loading branch information
dilawar committed Jul 14, 2024
1 parent 890a914 commit ea17b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ install:

lint:
$(POETRY) run mypy --ignore-missing-imports --install-types --non-interactive plotdigitizer tests

fmt:
black plotdigitizer/* tests/*

0 comments on commit ea17b3d

Please sign in to comment.