We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ae8ba + 1a9ebb6 commit e3e6bd4Copy full SHA for e3e6bd4
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