domvwt / esparto

Data driven report builder for the Python data ecosystem.
MIT License
85 stars 7 forks source link

Bump mypy from 0.812 to 0.902 #52

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps mypy from 0.812 to 0.902.

Commits
  • defe53f Bump version to 0.902
  • 5edeeab Remove misleading list of default locations (#10614)
  • 12cf0bf Don't suggest incompatible stub packages (#10610)
  • 8f51fbf Fix confusion between stubs for google.protobuf and google.cloud (#10609)
  • fee4e8c Don't suggest installing types-pycrypto (#10603)
  • ffc18df Bump version to 0.901
  • 32d6b58 [mypyc] Fix evaluation of iterable in list comprehension twice
  • b68993c Bump version to 0.900
  • be5aed7 Make ignore_missing_imports work for libs which had bundled stubs (#10582)
  • e056774 Restrict the number of errors shown when there are missing stubs (#10579)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
domvwt commented 3 years ago

@dependabot rebase

codecov-commenter commented 3 years ago

Codecov Report

Merging #52 (e4171cc) into develop (f67fb94) will decrease coverage by 24.00%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #52       +/-   ##
============================================
- Coverage    93.00%   69.00%   -24.00%     
============================================
  Files            8        8               
  Lines          600      600               
  Branches        85       85               
============================================
- Hits           558      414      -144     
- Misses          24      161      +137     
- Partials        18       25        +7     
Impacted Files Coverage Δ
esparto/_adaptors.py 42.86% <0.00%> (-57.14%) :arrow_down:
esparto/_publish.py 34.78% <0.00%> (-53.62%) :arrow_down:
esparto/_utils.py 55.56% <0.00%> (-37.04%) :arrow_down:
esparto/_content.py 57.78% <0.00%> (-35.00%) :arrow_down:
esparto/_contentdeps.py 74.47% <0.00%> (-25.53%) :arrow_down:
esparto/_layout.py 90.64% <0.00%> (-0.99%) :arrow_down:

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 f67fb94...e4171cc. Read the comment docs.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information