Skip to content

Commit 0ff8acb

Browse files
committed
chore: move builtins type stub to typings directory
Relocate the `__builtins__.pyi` type stub file to the dedicated typings directory for better organization of type-related files. Added corresponding migration command to handle updates in existing projects.
1 parent 6335de1 commit 0ff8acb

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

copier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ _external_data:
88
shared: "{{ answers_file_shared }}"
99

1010
_migrations: &migrations
11+
- rm --force --verbose "__builtins__.pyi"
1112
- rm --force --verbose ".config/copier/direnv/00-python.sh"
1213
- rm --force --verbose ".config/copier/mise/scripts/setup-python.sh"
1314
- rm --force --verbose ".config/copier/python.just"

0 commit comments

Comments
 (0)