Skip to content

Commit

Permalink
Run mypy on full project including tests (#9)
Browse files Browse the repository at this point in the history
Ensure tests are representative and use the typed API as designed.
  • Loading branch information
jdufresne authored Jun 27, 2022
1 parent bc8b730 commit d67bd4d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 88 deletions.
12 changes: 12 additions & 0 deletions binary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@
BinaryUnits, DecimalUnits, convert_units
)

__all__ = [
"BYTE",
"KIBIBYTE", "KILOBYTE",
"MEBIBYTE", "MEGABYTE",
"GIBIBYTE", "GIGABYTE",
"TEBIBYTE", "TERABYTE",
"PEBIBYTE", "PETABYTE",
"EXBIBYTE", "EXABYTE",
"ZEBIBYTE", "ZETTABYTE",
"YOBIBYTE", "YOTTABYTE",
"BinaryUnits", "DecimalUnits", "convert_units",
]
__version__ = '1.0.0'
Loading

0 comments on commit d67bd4d

Please sign in to comment.