Skip to content

Improve typing#49

Merged
greyli merged 3 commits intomasterfrom
typing
May 15, 2021
Merged

Improve typing#49
greyli merged 3 commits intomasterfrom
typing

Conversation

@greyli
Copy link
Copy Markdown
Member

@greyli greyli commented May 15, 2021

  • Fix typing of Schema argument
  • Enable more mypy checks
  • import typing as t
  • Export top-level name explicitly

@netlify
Copy link
Copy Markdown

netlify bot commented May 15, 2021

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #49 (1c6a4e3) into master (bf8b957) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          846       807   -39     
  Branches       147       147           
=========================================
- Hits           846       807   -39     
Impacted Files Coverage Δ
apiflask/__init__.py 100.00% <100.00%> (ø)
apiflask/app.py 100.00% <100.00%> (ø)
apiflask/blueprint.py 100.00% <100.00%> (ø)
apiflask/decorators.py 100.00% <100.00%> (ø)
apiflask/exceptions.py 100.00% <100.00%> (ø)
apiflask/fields.py 100.00% <100.00%> (ø)
apiflask/helpers.py 100.00% <100.00%> (ø)
apiflask/openapi.py 100.00% <100.00%> (ø)
apiflask/route.py 100.00% <100.00%> (ø)
apiflask/schemas.py 100.00% <100.00%> (ø)
... and 4 more

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 bf8b957...1c6a4e3. Read the comment docs.

@greyli greyli merged commit ce81270 into master May 15, 2021
@greyli greyli deleted the typing branch May 15, 2021 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants