Skip to content

Commit

Permalink
feature: Replace Decimal with int representation (#65)
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.

- Closes #50.
  • Loading branch information
antonagestam authored Oct 8, 2023
1 parent 2a1a00e commit 2a92af2
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 324 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*case no_match:$
Loading

0 comments on commit 2a92af2

Please sign in to comment.