summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.14.5, update changelogv2.14.5Pierre Sassoulas2022-07-177-197/+198
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-173-3/+33
* Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-177-41/+33
* Fix crash when using `enumerate` in a ternary expression (#7132)Jacob Walls2022-07-174-3/+18
* Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-07-173-1/+15
* Bump pylint to 2.14.4, update changelogv2.14.4Pierre Sassoulas2022-06-298-7/+18
* Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-298-4/+47
* Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-293-0/+27
* Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-293-1/+12
* Don't emit `modified-iterating-dict` when updating existing keys (#7037)Jacob Walls2022-06-294-0/+25
* Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-293-1/+10
* Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-294-1/+9
* Fix differing param doc false positive (#6980)Marco Pernigotti2022-06-297-0/+111
* Bump pylint to 2.14.3, update changelogv2.14.3Pierre Sassoulas2022-06-185-6/+13
* Pin ``colorama`` to lowest supported version (#6970)Daniël van Noord2022-06-183-27/+15
* Fix ``bad-super-call`` for non-direct parents (#6956)Daniël van Noord2022-06-187-7/+55
* Fix ``undefined-variable`` for ``__class__`` in inner methods (#6957)Daniël van Noord2022-06-184-10/+24
* Fix false positive for ``useless-super-delegation`` for variadics (#6949)Daniël van Noord2022-06-184-0/+41
* Bump pylint to 2.14.2, update changelogv2.14.2Pierre Sassoulas2022-06-154-3/+10
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-154-10/+22
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-155-3/+13
* Add regression test for #6895 (#6898)Jacob Walls2022-06-155-2/+17
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-157-12/+89
* Avoid raising `undefined-loop-variable` twice on same line (#6925)Jacob Walls2022-06-154-1/+11
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-153-1/+48
* Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)Paul Lichtenberger2022-06-154-18/+31
* Suppress ``unnecessary-list-index-lookup`` for whole loop on write (#6845)Tim Martin2022-06-155-18/+116
* Avoid `used-before-assignment` in except handlers employing type annotationsJacob Walls2022-06-154-6/+26
* Factor out `_defines_name_raises_or_returns_recursive`Jacob Walls2022-06-151-34/+33
* Bump pylint to 2.14.1, update changelogv2.14.1Pierre Sassoulas2022-06-066-9/+13
* Prevent `unused-import` for `if t.TYPE_CHECKING`Jacob Walls2022-06-064-10/+66
* [deleted messages] Fix helper function for old names of deleted messagesPierre Sassoulas2022-06-063-6/+10
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-0630-63/+100
* Emit fewer DeprecationWarnings in pyreverse (#6869)Jacob Walls2022-06-061-7/+8
* Fix a crash when linting ``__new__()`` methods that return a call (#6822)Huw Jones2022-06-064-4/+52
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-062-25/+37
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-064-17/+16
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-0612-29/+44
* Fix a crash in the optional `private_import` extensionJacob Walls2022-06-063-1/+19
* [spellcheck] Fix the spellcheck hopefully for all environments (#6827)Pierre Sassoulas2022-06-061-0/+1
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-0611-13/+103
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-064-120/+133
* Prevent warnings on dict / list index lookup with destructuring assignment (#...Tim Martin2022-06-064-10/+43
* Fix the use of abbreviations for preprocessable options on the CLI (#6820)Daniël van Noord2022-06-063-10/+52
* Prevent `used-before-assignment` for names only defined under `except` if the...Jacob Walls2022-06-064-2/+83
* Fix parsing of unrelated options in tox.ini (#6801)Daniël van Noord2022-06-064-3/+36
* Don't crash if we can't find the user's home directory (#6806)Daniël van Noord2022-06-063-2/+24
* Bump pylint to 2.14.0, update changelogv2.14.0Pierre Sassoulas2022-06-0110-21/+69
* [tbump] Upgrade the bump script in preparation of 2.14 maintenancePierre Sassoulas2022-06-011-3/+4
* [doc] Matus Valo is now a maintainerPierre Sassoulas2022-06-011-1/+2