summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.15.2, update changelogv2.15.2Pierre Sassoulas2022-09-072-10/+16
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-0/+8
* Bump pylint to 2.15.1, update changelogv2.15.1Pierre Sassoulas2022-09-0610-29/+44
* Fix and refactors for ``docparams`` extension (#7398)Daniël van Noord2022-09-061-0/+4
* Fix 2.15 changelog (#7369)Marc Mueller2022-09-062-4/+4
* Suppress ``OSError`` in config file discovery (#7423)Daniël van Noord2022-09-061-0/+3
* Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` optionDaniël van Noord2022-09-061-1/+2
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-061-0/+3
* Make ``missing-return-doc`` respect the ``no-docstring-rgx`` option (#7410)Daniël van Noord2022-09-061-0/+3
* Fix #3299 false positives with names in string literal type annotations (#7400)Levi Gruspe2022-09-061-0/+3
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-061-0/+3
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-061-0/+3
* Fix crash while iteraring over a class attribute (#7386)Daniël van Noord2022-09-061-0/+3
* Fix `used-before-assignment` for functions/classes defined in type checking g...Rogdham2022-09-061-0/+3
* Bump pylint to 2.16.0-dev, update changelog (#7363)Pierre Sassoulas2022-08-262-0/+17
* Bump pylint to 2.15.0, update changelog (#7355)v2.15.0Pierre Sassoulas2022-08-2638-129/+166
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-253-2/+6
* Add tests for PyCQA#5767Daniël van Noord2022-08-241-0/+3
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniël van Noord2022-08-221-0/+3
* Check for ``contextlib.suppress`` in ``node_ignores_exception`` (#7327)Daniël van Noord2022-08-221-0/+3
* Skip ``unnecessary-list-index-lookup`` if we encounter if statements (#7334)Daniël van Noord2022-08-221-0/+3
* Prevent `useless-parent-delegation` for overriding `Exception.__init__` with ...Jacob Walls2022-08-211-0/+4
* Fix `undefined-loop-variable` from walrus in comprehension test (#7324)Jacob Walls2022-08-201-0/+3
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-192-1/+5
* [doc] Remove dead link to the mail archives prior to 2013Pierre Sassoulas2022-08-191-2/+2
* fix `undefined-loop-variable` with `break` and `continue` statements in `else...DetachHead2022-08-191-0/+3
* Fix false positive for `no-self-argument` (#7301)Mark Byrne2022-08-131-0/+3
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-3/+0
* Fix typos in 2.15 whatsnewJacob Walls2022-08-131-2/+2
* Fix crash when a type-annotated `__slots__` with no value is declared. (#7285)Mark Byrne2022-08-111-0/+3
* Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...Karthik Nadig2022-08-091-0/+3
* [open source insight] Add the badge from OpenSSF (#7267)Pierre Sassoulas2022-08-071-0/+5
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-0/+3
* Bump sphinx from 5.1.0 to 5.1.1 (#7253)dependabot[bot]2022-08-011-1/+1
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-311-0/+3
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-0/+3
* [doc consider-using-with] Add the case where the file isn't even closed (#7248)Pierre Sassoulas2022-07-314-2/+13
* Fix sys.path pollution in parallel mode (#7247)Jacob Walls2022-07-311-0/+3
* Bump pylint to 2.15.0-a0, update changelog (#7196)Pierre Sassoulas2022-07-302-2/+10
* [doc] Remove hard-coded default in 'ignored-argument-names' description (#7239)Pierre Sassoulas2022-07-301-1/+1
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-0/+4
* Fix raise-missing-from related PEP (#7242)Grégoire2022-07-291-1/+1
* Bump sphinx from 5.0.2 to 5.1.0 (#7224)dependabot[bot]2022-07-251-1/+1
* [doc] Add the spelling checker in the install guide (#7193)Pierre Sassoulas2022-07-216-16/+36
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-186-4/+7
* [doc] New release procedure for towncrier in #6974 (#7198)Pierre Sassoulas2022-07-181-11/+10
* Add regression test for #7109 (#7112)Jacob Walls2022-07-181-0/+3
* Add regression test for #1667 (#7113)Jacob Walls2022-07-181-0/+3
* Add regression test for #5832 (#7105)Jacob Walls2022-07-171-0/+3
* Merge 'origin/maintenance/2.14.x' into main following 2.14.5 releasePierre Sassoulas2022-07-172-22/+23
|\