summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update coverage requirement from ~=5.5 to ~=6.0dependabot/pip/coverage-approx-eq-6.0dependabot[bot]2021-10-041-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
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-234-6/+56
* 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-217-51/+131
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-213-3/+15
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-214-25/+45
* Add typing and refactor text reporter (#5041)Daniël van Noord2021-09-212-66/+142
* [pre-commit.ci] pre-commit autoupdate (#5056)pre-commit-ci[bot]2021-09-201-2/+2
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-204-17/+43
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-2022-328/+330
* Update tbump requirement from ~=6.3.2 to ~=6.4.0 (#5053)dependabot[bot]2021-09-201-1/+1
* Bump types-toml from 0.1.5 to 0.10.0 (#5054)dependabot[bot]2021-09-201-1/+1
* Bump black from 21.8b0 to 21.9b0 (#5052)dependabot[bot]2021-09-201-1/+1
* Add typing to `FileState` (#5049)Daniël van Noord2021-09-201-15/+64
* Remove `safe_decode()` and `deprecated_option()` from utils (#5046)Daniël van Noord2021-09-202-32/+0
* Use node_ancestors to get rid of some while-loops (#5005)Nick Drozd2021-09-184-28/+16
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-1822-326/+442
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-174-8/+35
* Add typing to `BaseReporter.out` (#5023)Daniël van Noord2021-09-172-16/+19
* Add typing to `lint_module_test`Daniël van Noord2021-09-171-27/+42
* Add ``flynt`` to 2.11 changelogDaniël van Noord2021-09-171-1/+2
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-174-6/+18
* Fix typing of `ReportsHandlerMixIn` (#5028)Daniël van Noord2021-09-171-7/+5
* py-version-check help fixesVille Skyttä2021-09-171-1/+1
* Spelling and grammar fixesVille Skyttä2021-09-1745-61/+61
* Move back to a dev version following 2.11.1 releasePierre Sassoulas2021-09-162-2/+2
* Bump pylint to 2.11.1, update changelogv2.11.1Pierre Sassoulas2021-09-163-3/+9
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-1611-33/+76
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-164-3/+25