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) {
defaultConfig = [
pythonPath: 'python3',
recreateVenv: false,
recreateVenv: true,
venvDir: '.venv',
updatePip: true,
installPipTools: true,