-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinfrastructureWhat makes the system tickWhat makes the system tickrefactorNo new functionalityNo new functionality
Description
- Jump straight from 3.10 to 3.12 - there wasn't anything in 3.11 that I thought was worth upgrading for.
- Update documentation to reflect that 3.12 is required.
- Consider whether there are places where we could declare custom types (e.g.
type Location = Tuple[int, int]
) - Replace usages of
split_list_into_chunks()
incalculator.py
withitertools.batched()
- can remove the custom function and its test afterwards. - Determine whether there are any multi-line f-strings we could use.
- Deal with any other warnings that may appear.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinfrastructureWhat makes the system tickWhat makes the system tickrefactorNo new functionalityNo new functionality