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 vulture to 1.0 #50

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

This PR updates vulture from 0.26 to 1.0.

Changelog

1.0

----------------
* Add ``--ignore-decorators`` flag (thanks RJ722).
* Add whitelist for ``threading`` module (thanks andrewhalle).

0.29

-----------------
* Add ``--ignore-names`` flag for ignoring names matching the given glob patterns (thanks RJ722).

0.28

-----------------
* Add ``--make-whitelist`` flag for reporting output in whitelist format (thanks RJ722).
* Ignore case of ``--exclude`` arguments on Windows.
* Add ``*-test.py`` to recognized test file patterns.
* Add ``failureException``, ``longMessage`` and ``maxDiff`` to ``unittest`` whitelist.
* Refer to actual objects rather than their mocks in default whitelists (thanks RJ722).
* Don't import any Vulture modules in setup.py (thanks RJ722).

0.27

-----------------
* Report ``while (True): ... else: ...`` as unreachable (thanks RJ722).
* Use ``argparse`` instead of ``optparse``.
* Whitelist Mock.return_value and Mock.side_effect in unittest.mock module.
* Drop support for Python 2.6 and 3.3.
* Improve documentation and test coverage (thanks RJ722).
Links

@pyup-bot pyup-bot mentioned this pull request Oct 23, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.333% when pulling 3ee7075 on pyup-update-vulture-0.26-to-1.0 into 1b65462 on master.

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #95

@pyup-bot pyup-bot closed this Sep 23, 2019
@sys-git sys-git deleted the pyup-update-vulture-0.26-to-1.0 branch September 23, 2019 17:59
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

2 participants