ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Support mypy strict #453

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Status: Ready

If merged, this PR makes the changes necessary to support mypy --strict and updates the Makefile target to run in strict mode as part of CI.

Fixes #450

codecov[bot] commented 4 years ago

Codecov Report

Merging #453 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #453   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          312       316    +4     
  Branches        75        75           
=========================================
+ Hits           312       316    +4     
Impacted Files Coverage Δ
ulid/hints.py 100.00% <100.00%> (ø)
ulid/ulid.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 2c41005...751a857. Read the comment docs.