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

Use mypy 0.720 #1640

Merged
merged 12 commits into from
Jul 29, 2019
Merged

Use mypy 0.720 #1640

merged 12 commits into from
Jul 29, 2019

Conversation

jenshnielsen
Copy link
Collaborator

This is likely to trigger a few errors so mark it wip for now

@jenshnielsen jenshnielsen changed the title [wip] Use mypy 0.720 Use mypy 0.720 Jul 25, 2019
@codecov
Copy link

codecov bot commented Jul 25, 2019

Codecov Report

Merging #1640 into master will increase coverage by <.01%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master    #1640      +/-   ##
==========================================
+ Coverage   66.92%   66.93%   +<.01%     
==========================================
  Files         142      142              
  Lines       17586    17591       +5     
==========================================
+ Hits        11770    11775       +5     
  Misses       5816     5816

@@ -182,30 +182,32 @@ def plot_dataset(dataset: DataSet,
nplots = len(alldata)

if isinstance(axes, matplotlib.axes.Axes):
axes = [axes]
axeslist = [axes]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the way mypy thinks :) Readability +1

Copy link
Contributor

@WilliamHPNielsen WilliamHPNielsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jenshnielsen jenshnielsen merged commit a0684ed into microsoft:master Jul 29, 2019
@jenshnielsen jenshnielsen deleted the mypy_update branch July 29, 2019 10:53
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

3 participants