Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
972a230
remove builtins object and with_metaclass usage
anton-ubi Nov 6, 2025
2a9d99f
use super() where possible
anton-ubi Nov 6, 2025
9bcaf53
cleanup super type
anton-ubi Nov 6, 2025
52718d1
remove builtins imports
anton-ubi Nov 6, 2025
8f78087
use f-string where meaningful
anton-ubi Nov 6, 2025
142f4b7
remove redundant parentheses from isinstance
anton-ubi Nov 6, 2025
207f6df
except KeyError
anton-ubi Nov 6, 2025
045903d
add LayerType enum
anton-ubi Nov 6, 2025
0edda00
layer use constants.LayerType
anton-ubi Nov 6, 2025
cb41a93
add _LayerArgs to help annotate layer args
anton-ubi Nov 6, 2025
6f3a0ed
add str and repr
anton-ubi Nov 6, 2025
cde7852
rename r to layer
anton-ubi Nov 6, 2025
71e9781
add override decorator
anton-ubi Nov 6, 2025
a7efca3
add annotations
anton-ubi Nov 6, 2025
0d3af8b
correct docstrings and comments typos
anton-ubi Nov 6, 2025
98d6184
typing second pass
anton-ubi Nov 6, 2025
bc0b01a
proper override import from typing_extensions
anton-ubi Nov 6, 2025
8df5411
proper Unpack import from typing_extensions
anton-ubi Nov 6, 2025
2d8d230
lint
anton-ubi Nov 6, 2025
a260f13
fix forgotten %-style format
anton-ubi Nov 6, 2025
82eaa82
Merge branch 'AcademySoftwareFoundation:master' into pyoutline_cleanup
anton-ubi Nov 7, 2025
0e39fcf
complete _LayerArgs list of params
anton-ubi Nov 7, 2025
9644fb4
complete limits type as List[str]
anton-ubi Nov 7, 2025
244a19e
Merge branch 'master' into pyoutline_cleanup
anton-ubi Nov 11, 2025
28f2d4b
less intrusive Layer type typing annotation based on Literal while pr…
anton-ubi Nov 11, 2025
732fdd9
lint
anton-ubi Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading