Skip to content

Commit

Permalink
build: added make format target
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 6, 2024
1 parent cf943c2 commit 68a2603
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ test:
typecheck:
poetry run mypy aw_notify --ignore-missing-imports

PYFILES=$(shell find . -type f -name '*.py')

format:
black ${PYFILES}

package:
pyinstaller aw-notify.spec --clean --noconfirm

Expand Down

0 comments on commit 68a2603

Please sign in to comment.