Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
78: Update pylint to 2.4.4 r=duckinator a=pyup-bot This PR updates [pylint](https://pypi.org/project/pylint) from **2.4.3** to **2.4.4**. <details> <summary>Changelog</summary> ### 2.4.4 ``` =========================== Release date: 2019-11-13 * Exempt all the names found in type annotations from ``unused-import`` The previous code was assuming that only ``typing`` names need to be exempted, but we need to do that for the rest of the type comment names as well. Close 3112 * Relax type import detection for names that do not come from the ``typing`` module Close 3191 ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/ - Repo: https://github.com/PyCQA/pylint </details> Co-authored-by: pyup-bot <github-bot@pyup.io> Co-authored-by: Ellen Marie Dash <the@smallest.dog>
- Loading branch information