and reset defaults

This commit is contained in:
Jim Nicholson 2024-02-14 00:06:04 -08:00
parent 78364a3016
commit d53ddbfbd3

View File

@ -3,7 +3,7 @@ i
void call(Map config = [:], Closure body) { void call(Map config = [:], Closure body) {
defaultConfig = [ defaultConfig = [
pythonPath: 'python3', pythonPath: 'python3',
recreateVenv: false, recreateVenv: true,
venvDir: '.venv', venvDir: '.venv',
updatePip: true, updatePip: true,
installPipTools: true, installPipTools: true,