Skip to content

Commit bdef23f

Browse files
committed
chore: update python-related file paths and cleanup
- Renames python config files from 00- to 10- prefix - Removes obsolete python configuration files - Updates cleanup tasks in copier.yaml
1 parent 911aa51 commit bdef23f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

copier.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)