and reset defaults
This commit is contained in:
parent
78364a3016
commit
d53ddbfbd3
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user