Skip to content

Bump vulture from 1.4 to 1.5 #598

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

Merged
merged 1 commit into from
May 25, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps vulture from 1.4 to 1.5.

Release notes

Sourced from vulture's releases.

1.5 (2020-05-24)

  • Support flake8 "noqa" error codes F401 (unused import) and F841 (unused local variable) (RJ722, #195).
  • Detect unreachable code in conditional expressions (Agathiyan Bragadeesh, #178).
Changelog

Sourced from vulture's changelog.

1.5 (2020-05-24)

  • Support flake8 "noqa" error codes F401 (unused import) and F841 (unused local variable) (RJ722, #195).
  • Detect unreachable code in conditional expressions (Agathiyan Bragadeesh, #178).
Commits
  • e0a89ad Update version number to 1.5 for release.
  • 8984377 Add fix-style tox environment.
  • 63cdaab Fix style.
  • 2f98af4 Update changelog.
  • 7d4b70d Detect unreachable code in conditional expressions (#207).
  • 8e6775c Don't report error codes for now.
  • 2488be0 Hide noqa docs until we decide whether we want to support the feature.
  • dcdc3f6 Add TODO.
  • 5e7fd66 Support flake8 error codes F401 and F841.
  • 3a1740b Docs: prefer whitelists over noqa comments.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 25, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 25, 2020

Codecov Report

Merging #598 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
+ Coverage   98.74%   98.81%   +0.07%     
==========================================
  Files          62       62              
  Lines        4066     4066              
  Branches      270      270              
==========================================
+ Hits         4015     4018       +3     
+ Misses         49       46       -3     
  Partials        2        2              
Impacted Files Coverage Δ
tests/mock_vws/test_delete_target.py 0.00% <0.00%> (-100.00%) ⬇️
...vws/_requests_mock_server/mock_web_services_api.py 94.30% <0.00%> (-5.70%) ⬇️
tests/mock_vws/test_update_target.py 94.37% <0.00%> (-5.63%) ⬇️
src/mock_vws/_query_validators/exceptions.py 100.00% <0.00%> (+3.20%) ⬆️
src/mock_vws/_services_validators/exceptions.py 100.00% <0.00%> (+4.81%) ⬆️
src/mock_vws/_query_validators/date_validators.py 100.00% <0.00%> (+5.55%) ⬆️
...c/mock_vws/_services_validators/date_validators.py 100.00% <0.00%> (+8.00%) ⬆️
tests/mock_vws/test_date_header.py 100.00% <0.00%> (+37.86%) ⬆️

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 720e480...c6b5228. Read the comment docs.

@adamtheturtle adamtheturtle merged commit 149b590 into master May 25, 2020
@adamtheturtle adamtheturtle deleted the dependabot/pip/vulture-1.5 branch May 25, 2020 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants