Skip to content

Commit e254ac2

Browse files
committed
fix: remove unnecessary migration for mise conf.d file
The migration was removing .config/mise/conf.d/10-python.toml which is actually needed for the project setup. This file contains important Python configuration for mise that should be preserved during template updates.
1 parent ee021cc commit e254ac2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

copier.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ _migrations: &migrations
2020
- rm --force --verbose '.config/copier/python.just'
2121
- rm --force --verbose '.config/direnv/10-python.sh'
2222
- rm --force --verbose '.config/mise/conf.d/00-python.toml'
23-
- rm --force --verbose '.config/mise/conf.d/10-python.toml'
2423
- rm --force --verbose '.github/copier/.copier-answers.python.yaml'
2524
- rm --force --verbose '.github/copier/mkdocs.yaml'
2625
- rm --force --verbose '.github/linters/.ruff.toml'

0 commit comments

Comments
 (0)