Skip to content

Commit 9d28159

Browse files
author
Jan Tychtl
committed
fix: (MCP ruler) fix lint and lint-fix for python validation
JIRA: GDAI-996 risk: low
1 parent 0909fd7 commit 9d28159

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)