-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: pylint-dev/pylint
base: de0147e
head repository: pylint-dev/pylint
compare: fc34a4b
- 18 commits
- 54 files changed
- 12 contributors
Commits on Apr 6, 2023
-
Fix check unused arguments false positive bug (#8542) (#8545)
Problem: the special method `__new__` must match the arguments of the `__init__` method even if `__new__` method does not use them. This generate `unused-argument` for the `__new__` method. Fix: the unused arguments check should not be done on the `__new__` method if the `__init__` method is defined in the same class. Update `unused-argument` test to include a check for the case of `__init__` and `__new__` being defined in a class but `__new__` does not use all of the argument. This is fine because `__new__` must have the same argument of `__init__`. Update with a second check in case of `__init__` being not defined in a class. Then the unused arguments check must be done on `__new__`. Fixes #3670 (cherry picked from commit 156da64) Co-authored-by: Théo Battrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84d4959 - Browse repository at this point
Copy the full SHA 84d4959View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 011c6ac - Browse repository at this point
Copy the full SHA 011c6acView commit details -
Fix typelias
invalid-name
false positives for Union variables witho……ut assignment. (#8541) (#8548) (cherry picked from commit cb255ea) Co-authored-by: Yilei "Dolee" Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed67cc8 - Browse repository at this point
Copy the full SHA ed67cc8View commit details -
Fix isinstance-second-argument-not-valid-type for union types with None
(cherry picked from commit b5f2b01)
Configuration menu - View commit details
-
Copy full SHA for bcceff6 - Browse repository at this point
Copy the full SHA bcceff6View commit details
Commits on Apr 10, 2023
-
Fix false positive for
positional-only-arguments-expected
when a ……function contains both a positional-only parameter that has a default value, and ``**kwargs``. (#8556) (#8560) (cherry picked from commit db17860) Co-authored-by: Mark Byrne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61dae1e - Browse repository at this point
Copy the full SHA 61dae1eView commit details
Commits on Apr 12, 2023
-
Fix
unused-import
to checkdummy-variables-rgx
(#8566) (#8568)Resolve #8500 Co-authored-by: Pierre Sassoulas <[email protected]> (cherry picked from commit 0cd41b1) Co-authored-by: RSTdefg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16fe498 - Browse repository at this point
Copy the full SHA 16fe498View commit details
Commits on Apr 15, 2023
-
Fix false positive for
keyword-arg-before-vararg
(#8571) (#8578)* Fix false positive for ``keyword-arg-before-vararg`` when a positional-only parameter with a default value precedes ``*args``. Closes #8570 (cherry picked from commit 56fa5dc) Co-authored-by: Mark Byrne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec96bdc - Browse repository at this point
Copy the full SHA ec96bdcView commit details
Commits on Apr 17, 2023
-
Improve output of
consider-using-generator
message formin()
call……s with `default` keyword (#8582) (#8583) (cherry picked from commit 4a485e2) Co-authored-by: Jacob Walls <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dba30b - Browse repository at this point
Copy the full SHA 1dba30bView commit details
Commits on Apr 23, 2023
-
Upgrade astroid to 2.15.3 (#8584)
Co-authored-by: Marc Mueller <[email protected]> (cherry picked from commit 3d036b7)
Configuration menu - View commit details
-
Copy full SHA for 5f7e2a5 - Browse repository at this point
Copy the full SHA 5f7e2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2936a5 - Browse repository at this point
Copy the full SHA c2936a5View commit details
Commits on Apr 24, 2023
-
Upgrade astroid to 2.15.4 (#8615) (#8618)
Co-authored-by: Pierre Sassoulas <[email protected]> (cherry picked from commit a83137d) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fc153a - Browse repository at this point
Copy the full SHA 3fc153aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389e14c - Browse repository at this point
Copy the full SHA 389e14cView commit details -
Fix a false positive for
bad-dunder-name
when there is a user-def……ined ``__index__`` method. (#8619) (#8622) Closes #8613 (cherry picked from commit f223c6d) Co-authored-by: Mark Byrne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e507a4d - Browse repository at this point
Copy the full SHA e507a4dView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4350c6f - Browse repository at this point
Copy the full SHA 4350c6fView commit details
Commits on Apr 28, 2023
-
[tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)
(cherry picked from commit a59f3d5) Co-authored-by: Pierre Sassoulas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b5defa - Browse repository at this point
Copy the full SHA 0b5defaView commit details
Commits on Apr 30, 2023
-
Make sure a
tool
table is created intoml
generation (#8638) (#……8640) Co-authored-by: Pierre Sassoulas <[email protected]> (cherry picked from commit 434d49f) Co-authored-by: Daniël van Noord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd60b72 - Browse repository at this point
Copy the full SHA fd60b72View commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62083dc - Browse repository at this point
Copy the full SHA 62083dcView commit details
Commits on May 6, 2023
-
Bump pylint to 2.17.4, update changelog
Co-authored-by: Jacob Walls <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc34a4b - Browse repository at this point
Copy the full SHA fc34a4bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff de0147e...fc34a4b