wemake-services / flake8-eradicate

Flake8 plugin to find commented out or dead code
https://pypi.org/project/flake8-eradicate/
MIT License
310 stars 12 forks source link

Bump zipp from 3.5.0 to 3.6.0 #224

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps zipp from 3.5.0 to 3.6.0.

Changelog

Sourced from zipp's changelog.

v3.6.0

#78: Only Path is exposed in the public API.

v3.5.1

#77: Remove news file intended only for CPython.

Commits
  • 6591fa7 Declare 'Path' as the sole public API. Fixes #78.
  • 8b20a60 Remove news entry unintentionally pulled from CPython. Fixes #77.
  • f4c9cce Merge https://github.com/jaraco/skeleton
  • 8ea55f2 Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi...
  • a76a548 .editorconfig: Set max_line_length to 88 for Python files.
  • 719a7ce Remove blacken docs as it cannot honor Python's default repr. Ref asottile/bl...
  • 498b965 Use line continuations to indicate which exclusions are for which workarounds.
  • 212e995 Remove workaround for python/typed_ast#156.
  • 14787e6 Rely on setuptools 56 and drop the explicit mention of the license file in fa...
  • See full diff 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #224 (a8491ed) into master (893c0a3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #224   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           42        42           
  Branches         7         7           
=========================================
  Hits            42        42           

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 893c0a3...a8491ed. Read the comment docs.