Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mypy static type check #168

Merged
merged 1 commit into from Sep 2, 2022
Merged

Mypy static type check #168

merged 1 commit into from Sep 2, 2022

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Sep 1, 2022

No description provided.

@p1c2u p1c2u force-pushed the feature/mypy-static-type-check branch from 48bf5e3 to c35af01 Compare September 1, 2022 23:32
@p1c2u p1c2u force-pushed the feature/mypy-static-type-check branch from c35af01 to f457a9b Compare September 2, 2022 00:10
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Merging #168 (f457a9b) into master (6d78075) will increase coverage by 0.86%.
The diff coverage is 97.68%.

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
+ Coverage   93.61%   94.47%   +0.86%     
==========================================
  Files          11       11              
  Lines         313      362      +49     
  Branches       54       60       +6     
==========================================
+ Hits          293      342      +49     
  Misses         11       11              
  Partials        9        9              
Impacted Files Coverage Δ
openapi_spec_validator/__main__.py 87.71% <95.00%> (+1.18%) ⬆️
openapi_spec_validator/validation/validators.py 91.71% <96.38%> (+1.56%) ⬆️
openapi_spec_validator/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/readers.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas/utils.py 100.00% <100.00%> (ø)
openapi_spec_validator/shortcuts.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/decorators.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/exceptions.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u merged commit 73236a7 into master Sep 2, 2022
@p1c2u p1c2u deleted the feature/mypy-static-type-check branch September 2, 2022 06:13
miketheman added a commit to miketheman/openapi-spec-validator that referenced this pull request Mar 7, 2024
As a way to see at a glance on PyPI.org whether the package has type hints.

Refs python-openapi#168
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.

None yet

1 participant