summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-171-10/+5
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-171-3/+7
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-176-13/+118
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-161-3/+7
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-152-3/+5
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+18
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-141-0/+3
* Use ``MessageLocationTuple`` in ``_add_one_message``Daniël van Noord2021-10-131-2/+4
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-132-13/+49
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-111-0/+16
* Remove calls to ``os.linesep`` and add misc. typingDaniël van Noord2021-10-102-4/+4
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-102-21/+47
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-102-203/+221
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-101-0/+35
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-102-12/+20
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-091-5/+19
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-074-66/+83
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-072-35/+29
* Prepare imports of ``MessagesHandlerMixIn`` for merge with ``PyLinter`` (#5125)Daniël van Noord2021-10-071-19/+16
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-0720-276/+606
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-072-3/+38
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-062-1/+16
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-2/+2
* Refactor test reporterDaniël van Noord2021-10-061-26/+23
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-051-4/+4
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-1/+3
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-041-2/+18
* Add basic typing to ``pylint/message``Daniël van Noord2021-10-023-14/+26
* Merge pull request #5102 from DanielNoord/typing-pyreverseAndreas Finkler2021-10-023-6/+6
|\
| * Add basic typing to ``pylint/pyreverse``Daniël van Noord2021-10-023-6/+6
* | Add basic typing to ``pylint/testutils/pyreverse``Daniël van Noord2021-10-021-2/+2
|/
* Move ``merge_stats`` to ``checkerstats.py``Daniël van Noord2021-10-013-25/+36
* Fix empty regex options not converting to regexDaniël van Noord2021-09-292-4/+4
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-291-0/+38
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-282-6/+9
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-281-1/+4
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-2820-30/+25
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-266-8/+11
* Small py-version improvements (#5069)Marc Mueller2021-09-254-4/+6
* Add small bits of typing annotation (#4954)Daniël van Noord2021-09-253-8/+12
* Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)Andrew Haigh2021-09-241-6/+19
* Refactor and typing of OutputLine (#5060)Daniël van Noord2021-09-241-24/+41
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-1/+1
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-232-6/+46
* Refactor of ``FileState.handle_ignored_message()`` (#5064)Daniël van Noord2021-09-232-14/+2
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-215-23/+108
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-2/+6
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-211-0/+7
* Add typing and refactor text reporter (#5041)Daniël van Noord2021-09-212-66/+142
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-201-4/+9