File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ _external_data:
88 shared : " {{ answers_file_shared }}"
99
1010_migrations :
11- - rm --force --verbose ".config/copier/mise/scripts/00-setup-python.sh"
11+ - rm --force --verbose ".config/copier/direnv/00-python.sh"
12+ - rm --force --verbose ".config/copier/mise/scripts/setup-python.sh"
1213 - rm --force --verbose ".config/copier/python.just"
14+ - rm --force --verbose ".config/mise/conf.d/00-python.toml"
1315 - rm --force --verbose ".github/copier/.copier-answers.python.yaml"
1416 - rm --force --verbose ".github/copier/mkdocs.yaml"
1517 - rm --force --verbose ".github/linters/.ruff.toml"
@@ -38,8 +40,10 @@ _skip_if_exists:
3840_subdirectory : template
3941
4042_tasks :
41- - rm --force --verbose ".config/copier/mise/scripts/00-setup-python.sh"
43+ - rm --force --verbose ".config/copier/direnv/00-python.sh"
44+ - rm --force --verbose ".config/copier/mise/scripts/setup-python.sh"
4245 - rm --force --verbose ".config/copier/python.just"
46+ - rm --force --verbose ".config/mise/conf.d/00-python.toml"
4347 - rm --force --verbose ".github/copier/.copier-answers.python.yaml"
4448 - rm --force --verbose ".github/copier/mkdocs.yaml"
4549 - rm --force --verbose ".github/linters/.ruff.toml"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments