Skip to content

Commit

Permalink
feature: Replace Decimal with int representation
Browse files Browse the repository at this point in the history
This commit changes to use plain int as internal value type for Money
and Overdraft.
  • Loading branch information
antonagestam committed Oct 8, 2023
1 parent 2a1a00e commit b8fed2f
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 303 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ exclude_lines =
# ignore non-implementations
^\s*\.\.\.
^\s*if TYPE_CHECKING:$
^\s*assert_never\(
Loading

0 comments on commit b8fed2f

Please sign in to comment.