summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-054-8/+24
* [flake8-bugbear] Fix unused variable in string and type checkerPierre Sassoulas2022-11-052-6/+9
* [flake8-bugbear] Disable false positive for variable inside loopPierre Sassoulas2022-11-052-2/+2
* [flake8-bugbear] Disable the equivalent of 'method-cache-max-size-none'Pierre Sassoulas2022-11-051-2/+4
* [flake8-bugbear] Do not use a call in a function default valuePierre Sassoulas2022-11-051-3/+5
* [flake8-bugbear] Do not use 'assert False' but raise 'AssertionError()'Pierre Sassoulas2022-11-051-1/+1
* [flake8-bugbear] Simplify line_length_warning in the formatting checkerPierre Sassoulas2022-11-051-9/+5
* Fix astroid error for custom ``next`` method (#7622)Dani Alcala2022-11-031-3/+9
* @singledispatch and @singledispatchmethod checks for methods and functions (#...Ramon Saraiva2022-10-312-4/+94
* Fix: reporters receive copy of message (#7620)Smixi2022-10-311-1/+3
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-313-106/+210
* Fix a false negative for ``unused-import`` (#7621)Mark Byrne2022-10-291-0/+1
* Take 'accept-no-raise-doc' option into account (#7581)Brice Chardin2022-10-281-7/+5
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-254-2/+9
* Make the order of introspected functional tests deterministic (#7602)kriek2022-10-241-1/+3
* Fix astroid-error for parsing module encoding (#7663)Dani Alcala2022-10-231-1/+1
* Add additional stdlib deprecations (#7664)Jacob Walls2022-10-232-2/+10
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-223-15/+112
* Merge pull request #7655 from cdce8p/sort-gen-rcfileMarc Mueller2022-10-211-2/+5
|\
| * Sort --generate-rcfile outputMarc Mueller2022-10-211-2/+5
* | Remove __index__ from unnecessary-dunder-call check (#7650)Dani Alcala2022-10-201-2/+2
|/
* Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-2/+10
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-162-20/+23
* Fix a false positive for `simplify-boolean-expression` when multiple values i...Jacob Walls2022-10-162-7/+19
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-132-5/+19
* Refactor check for ignored modules into reusable function (#7604)Daniel Mouritzen2022-10-112-28/+39
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-021-1/+4
* Fix handling of ``--`` as separator between positional args and flags (#7551)Daniël van Noord2022-10-021-2/+7
* Check `` py-version`` for async ``unnecessary-dunder-call`` (#7549)Daniël van Noord2022-10-011-97/+107
* Fix crash in ``modified_iterating`` checker for set defined as a class attrib...Dani Alcala2022-09-301-2/+7
* Prevent `redefined-outer-name` for `if t.TYPE_CHECKING`Jacob Walls2022-09-281-3/+1
* Fix bug in detecting ``unused-variable`` when iterating on variable. (#7537)Dani Alcala2022-09-281-1/+1
* Hotfix mypy precommit errors for colorama and typing on Windows (#7531)orSolocate2022-09-271-0/+2
* Fix false negative ``no-member`` when the code was a `manual` augmented assig...Dani Alcala2022-09-231-0/+3
* Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-09-231-5/+10
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-222-0/+85
* Update wording to clarify overriding object. (#7504)Dani Alcala2022-09-201-2/+5
* Add child class name and confidence to ``abstract-method`` message (#7503)Dani Alcala2022-09-201-2/+8
* Update assert-on-tuple for any populated tuple (#7468)Dani Alcala2022-09-191-7/+3
* Add ``minimal`` option to ``pylint-config`` (#7489)Daniël van Noord2022-09-193-13/+30
* Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-193-14/+49
* Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-191-1/+5
* False positive `global-variable-not-assigned` (#7479)Mark Byrne2022-09-191-1/+2
* [invalid-class-object] Better error message giving more informationPierre Sassoulas2022-09-161-2/+7
* [invalid-class-object] Set the confidence correctly for the checkPierre Sassoulas2022-09-161-1/+1
* [invalid-class-object] Fix crash when __class__ is defined with a tuplePierre Sassoulas2022-09-161-1/+12
* Provide more context in these two DeprecationWarning.Yilei Yang2022-09-161-2/+4
* Fix a crash in the `modified-iterating-dict` checker involving instance attri...Jacob Walls2022-09-161-4/+8
* Add deprecated mailcap module (#7466)Dani Alcala2022-09-161-0/+1
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-1522-0/+67