summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Create files for comparison checker in pylint.checker.basePierre Sassoulas2022-03-242-285/+297
* [refactor] Create a file for _BasicChecker in pylint.checkersPierre Sassoulas2022-03-242-6/+15
* [refactor] Create a package in order to be able to burst base.pyPierre Sassoulas2022-03-241-0/+0
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-243-32/+63
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-241-7/+37
* Add documentation for access-member-before-definition (#5958)Daniël van Noord2022-03-241-1/+5
* Add bad-open-mode and unspecified-encoding documentation (#5954)Daniël van Noord2022-03-241-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-24138-134/+180
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-24126-1314/+128
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-223-15/+52
* Fix #4590: `used-before-assignment` false positive for class definition in fu...Jacob Walls2022-03-211-7/+21
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-211-0/+2
* Fix pyreverse type hints for methods returning None (#5916)Téo Bouvard2022-03-191-7/+6
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-11/+12
* Handle ``ComprehensionScope`` and their behaviour better (#5923)Daniël van Noord2022-03-153-5/+15
* fix(4756): fix false positive `unused-private-member` for private methods (#5...yushao22022-03-151-19/+25
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-156-18/+19
* Simplify ``cached_property`` import guards (#5915)Daniël van Noord2022-03-145-24/+7
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-143-1/+255
* Fix typing of safe_infer (#5902)Daniël van Noord2022-03-131-3/+5
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-1344-100/+194
* Add regression test for #5771 (#5908)Jacob Walls2022-03-131-3/+1
* Use ``functools.cached_property`` on 3.8+ (#5907)Daniël van Noord2022-03-125-11/+57
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-121-4/+4
* Fix end position in unittests (#5904)Daniël van Noord2022-03-121-2/+2
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-122-16/+36
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-2/+6
* Upgrade mypy to 0.940 (#5900)Daniël van Noord2022-03-121-1/+1
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-5/+116
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-113-17/+41
* Add confidence value to typing extension messages (#5892)Marc Mueller2022-03-111-0/+3
* Add broken Callable check (#5891)Marc Mueller2022-03-101-7/+97
* Add broken NoReturn check (#5304)Marc Mueller2022-03-101-1/+50
* Correct type annotation of ImportsChecker.dependencies_statJacob Walls2022-03-101-1/+1
* Fix typo in ColorizedTextReporter deprecation warningJacob Walls2022-03-101-1/+1
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-102-10/+16
* Fix pyreverse type hinting for class methods (#5881)Téo Bouvard2022-03-091-8/+7
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-081-0/+7
* Removed unused detection of site-packages directory (#5874)Jacob Walls2022-03-081-29/+0
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-084-6/+42
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-061-0/+1
* Allow disabling ``duplicate-code`` with a disable comment (#5446)Daniël van Noord2022-03-041-1/+10
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-2/+2
* Use value directly instead of index in ``enumerate`` contexts (#5856)Tim Martin2022-03-022-7/+7
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-263-5/+110
* Fix #5112: Prevent `used-before-assignment` if named expression found first i...Jacob Walls2022-02-171-21/+23
* Fix `used-before-assignment` false positive for except handler names shared b...Jacob Walls2022-02-171-1/+6
* Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)Daniël van Noord2022-02-141-6/+18
* Check functional test directory for correct structureDaniël van Noord2022-02-101-8/+60
* Fix the period added in docstring automatically by mistake (#5790)Pierre Sassoulas2022-02-103-10/+4