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.
1 parent 17eae3a commit a4db43aCopy full SHA for a4db43a
whitesource.config
@@ -0,0 +1,11 @@
1
+python.path=python3.11
2
+python.pipPath=pip3
3
+python.ignorePipInstallErrors=true
4
+python.installVirtualenv=true
5
+python.resolveSetupFiles=true
6
+python.runPipenvPreStep=true
7
+python.pipenvDevDependencies=true
8
+python.IgnorePipenvInstallErrors=true
9
+
10
+includes = mcpgateway/** pyproject.toml Containerfile.lite
11
+excludes = **/tests/** **/charts/** **/deployment/** **/docs/** **/k8s/** **/mcp-servers/** **/agent_runtimes/**
0 commit comments