summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [pre-commit.ci] pre-commit autoupdate (#5145)pre-commit-ci[bot]2021-10-121-2/+2
* Bump flake8 from 3.9.2 to 4.0.1 (#5142)dependabot[bot]2021-10-111-1/+1
* Update tbump requirement from ~=6.4.0 to ~=6.4.1 (#5143)dependabot[bot]2021-10-111-1/+1
* Bump python-docs-theme from 2021.8 to 2021.11.1 (#5141)dependabot[bot]2021-10-111-1/+1
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-116-0/+31
* 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-1012-33/+199
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-103-208/+226
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-109-0/+86
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-109-67/+89
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-097-14/+49
* Reorganize regression tests (#5130)Marc Mueller2021-10-084-2/+1
* Add test for typing alias in isinstance calls (#5089)Marc Mueller2021-10-073-0/+33
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-077-28/+66
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-076-69/+87
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-073-36/+34
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-073-1/+15
* Add tests for ClassDef inference regression (#5037)Daniël van Noord2021-10-073-0/+38
* Update astroid to 2.8.2 (#5126)Marc Mueller2021-10-072-2/+2
* 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-0724-415/+734
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-074-17/+114
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-064-1/+64
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-064-2/+16
* Refactor test reporterDaniël van Noord2021-10-062-32/+71
* Use 3.10 for Github actions (#5121)Marc Mueller2021-10-051-4/+4
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-055-8/+41
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-053-1/+17
* [pre-commit.ci] pre-commit autoupdate (#5117)pre-commit-ci[bot]2021-10-051-1/+1
* Update pytest-cov requirement from ~=2.12 to ~=3.0 (#5114)dependabot[bot]2021-10-041-1/+1
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-045-6/+34
* 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-293-5/+7
* Add missing setting to ``pylintrc``Daniël van Noord2021-09-291-1/+5
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-292-2/+41
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-284-9/+22
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-284-7/+22
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-2821-31/+26
* Update pytest-xdist requirement from ~=2.3 to ~=2.4 (#5078)dependabot[bot]2021-09-271-1/+1
* Remove ``pytest`` marks in test_regr (#5076)Daniël van Noord2021-09-271-2/+0
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-268-9/+13
* 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-244-6/+54
* Refactor and typing of OutputLine (#5060)Daniël van Noord2021-09-242-37/+55
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-234-2/+9