pylint-dev / pylint

It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.26k stars 1.12k forks source link

Bump pylint to 3.2.4, update changelog #9746

Closed Pierre-Sassoulas closed 3 months ago

Pierre-Sassoulas commented 3 months ago

What's new in Pylint 3.2.4?

Release date: 2024-06-25

False Positives Fixed

Other Bug Fixes

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.82%. Comparing base (c41c35a) to head (f14f4bd).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pylint-dev/pylint/pull/9746/graphs/tree.svg?width=650&height=150&src=pr&token=ZETEzayrfk&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev)](https://app.codecov.io/gh/pylint-dev/pylint/pull/9746?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) ```diff @@ Coverage Diff @@ ## maintenance/3.2.x #9746 +/- ## ================================================== Coverage 95.82% 95.82% ================================================== Files 174 174 Lines 18843 18843 ================================================== Hits 18057 18057 Misses 786 786 ``` | [Files with missing lines](https://app.codecov.io/gh/pylint-dev/pylint/pull/9746?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | Coverage Δ | | |---|---|---| | [pylint/\_\_pkginfo\_\_.py](https://app.codecov.io/gh/pylint-dev/pylint/pull/9746?src=pr&el=tree&filepath=pylint%2F__pkginfo__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev#diff-cHlsaW50L19fcGtnaW5mb19fLnB5) | `100.00% <100.00%> (ø)` | |
Pierre-Sassoulas commented 3 months ago

Thanks Jacob !