We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f839f8a commit d651385Copy full SHA for d651385
1 file changed
{{cookiecutter.project_slug}}/Makefile
@@ -2,9 +2,6 @@ SHELL := /bin/bash
2
3
PY_IMPORT = {{ cookiecutter.__project_import }}
4
5
-ALL_PY_SRCS := $(shell find src -name '*.py') \
6
- $(shell find test -name '*.py')
7
-
8
# Optionally overriden by the user, if they're using a virtual environment manager.
9
# Warning: changing this name to something else than '.venv' will make working with
10
# uv harder.
@@ -87,7 +84,3 @@ doc:
87
84
.PHONY: package
88
85
package: $(VENV)/pyvenv.cfg
89
86
uv build
90
91
-.PHONY: edit
92
-edit:
93
- $(EDITOR) $(ALL_PY_SRCS)
0 commit comments