Enable the use of uv
()
| 80 | |
| 81 | // Enable the use of uv |
| 82 | func (m *PythonSdk) WithUv() *PythonSdk { |
| 83 | m.Discovery.UserConfig().UseUv = true |
| 84 | return m |
| 85 | } |
| 86 | |
| 87 | // Disable the use of uv |
| 88 | func (m *PythonSdk) WithoutUv() *PythonSdk { |
no test coverage detected