Skip to content

Commit 632d372

Browse files
author
Harmanpreet Kaur
committed
Remove mcp_server directory from flake8 linting in PyLint workflow
1 parent 5a47f97 commit 632d372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
4242
- name: Run flake8 and pylint
4343
run: |
44-
flake8 --config=.flake8 src/backend src/mcp_server # Lint both backend and mcp_server directories
44+
flake8 --config=.flake8 src/backend

0 commit comments

Comments
 (0)