Skip to content

Commit 43acf68

Browse files
author
Michael Wild
committed
fixup! Replace the stg script with an entry point defined in setup.py
Remove more instances of stgit/main.py being passed to linting tools.
1 parent 9a0814d commit 43acf68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ lint-t:
4949
.PHONY: lint lint-black lint-isort lint-flake8 lint-t
5050

5151
format:
52-
$(PYTHON) -m black . stgit/main.py
53-
$(PYTHON) -m isort --quiet . stgit/main.py
52+
$(PYTHON) -m black .
53+
$(PYTHON) -m isort --quiet .
5454

5555
test: build
5656
$(MAKE) -C t all

0 commit comments

Comments
 (0)