Skip to content

Commit

Permalink
Merge #78
Browse files Browse the repository at this point in the history
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
3 people authored Nov 19, 2019
2 parents 5f8d739 + 60e144a commit 08b0e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ linting =
flake8-docstrings==1.5.0
flake8-import-order==0.18.1
pep8-naming==0.9.1
pylint==2.4.3
pylint==2.4.4

testing =
Expand Down

0 comments on commit 08b0e10

Please sign in to comment.