Skip to content

Commit 1a9ebb6

Browse files
authored
Merge pull request #1254 from tychtjan/JTYC-GDAI-996-fix-lint
fix: (MCP ruler) RUFF path for packages
2 parents 0909fd7 + 9d28159 commit 1a9ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Common command components (run from workspace root, scoped to this package)
44
ROOT_DIR = ../..
5-
RUFF = $(ROOT_DIR)/.venv/bin/ruff
5+
RUFF = ./.venv/bin/ruff
66
PKG_PATH = packages/$(CURR_DIR_BASE_NAME)
77

88
TOX_FLAGS =

0 commit comments

Comments
 (0)