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

Update for compatibility with mypy 0.750 #1058

Merged
merged 2 commits into from Dec 2, 2019

Conversation

dmontagu
Copy link
Contributor

@dmontagu dmontagu commented Dec 1, 2019

Adds support for mypy 0.750, following the notes in python/mypy#6617 to maintain backwards compatibility with 0.740 as well.

Closes #1057

@codecov
Copy link

codecov bot commented Dec 1, 2019

Codecov Report

Merging #1058 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #1058   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          20      20           
  Lines        3332    3338    +6     
  Branches      659     659           
======================================
+ Hits         3332    3338    +6
Impacted Files Coverage Δ
pydantic/mypy.py 100% <100%> (ø) ⬆️

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 151143d...cafa966. Read the comment docs.

@samuelcolvin samuelcolvin merged commit d538df5 into pydantic:master Dec 2, 2019
@samuelcolvin
Copy link
Member

great, thank you.

andreshndz pushed a commit to cuenca-mx/pydantic that referenced this pull request Jan 17, 2020
* Update for compatibility with mypy 0.750

* Remove coverage checks for 0.740 compatibility
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

MyPy plugin doesn't work with MyPy 0.750
2 participants