We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0909fd7 commit 9d28159Copy full SHA for 9d28159
1 file changed
project_common.mk
@@ -2,7 +2,7 @@
2
3
# Common command components (run from workspace root, scoped to this package)
4
ROOT_DIR = ../..
5
-RUFF = $(ROOT_DIR)/.venv/bin/ruff
+RUFF = ./.venv/bin/ruff
6
PKG_PATH = packages/$(CURR_DIR_BASE_NAME)
7
8
TOX_FLAGS =
0 commit comments