samuelcolvin / python-devtools

Dev tools for python
https://python-devtools.helpmanual.io/
MIT License
985 stars 47 forks source link

Moving to `pyproject.toml` and complete type hints #107

Closed samuelcolvin closed 2 years ago

samuelcolvin commented 2 years ago

I worked on type hints while waiting for build to finish, hence type hints are mixed with using pyproject.toml, sorry.

codecov[bot] commented 2 years ago

Codecov Report

Merging #107 (2e60dfa) into main (3838cc8) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          516       522    +6     
  Branches        86        86           
=========================================
+ Hits           516       522    +6     
Impacted Files Coverage Δ
devtools/version.py 100.00% <ø> (ø)
devtools/__init__.py 100.00% <100.00%> (ø)
devtools/ansi.py 100.00% <100.00%> (ø)
devtools/debug.py 100.00% <100.00%> (ø)
devtools/prettier.py 100.00% <100.00%> (ø)
devtools/timer.py 100.00% <100.00%> (ø)
devtools/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3838cc8...2e60dfa. Read the comment docs.