snok / asgi-correlation-id

Request ID propagation for ASGI apps
MIT License
370 stars 29 forks source link

Update mypy config #2

Closed sondrelg closed 2 years ago

sondrelg commented 2 years ago

PR just makes the mypy settings a little stricter, fixes new errors, and tweaks a few docstrings and workflows.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2 (caf0e93) into main (2082f12) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #2   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          123       127    +4     
=========================================
+ Hits           123       127    +4     
Impacted Files Coverage Δ
asgi_correlation_id/context.py 100.00% <100.00%> (ø)
asgi_correlation_id/extensions/celery.py 100.00% <100.00%> (ø)
asgi_correlation_id/log_filters.py 100.00% <100.00%> (ø)
asgi_correlation_id/middleware.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 2082f12...caf0e93. Read the comment docs.