summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-1688-24/+139
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-1620-115/+164
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-1611-73/+118
* Move methods to `BaseLayout` (#5015)Daniël van Noord2021-09-162-15/+13
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-154-47/+52
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-1519-63/+154
* Remove most `typing.cast()` calls (#4995)Daniël van Noord2021-09-153-17/+3
* Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas2021-09-153-2/+5
* Change lines to lists (#5009)Daniël van Noord2021-09-143-7/+7
* Update CONTRIBUTORS.txtDimitri Prybysh2021-09-141-1/+1
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix deprecation warning for AssignAttr in tests (#5006)Pierre Sassoulas2021-09-141-9/+6
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-145-8/+39
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-145-27/+75
* Pylint reporter cleanup (#5003)Pierre Sassoulas2021-09-144-110/+104
* Add tests for dataclasses (#4967)Daniël van Noord2021-09-142-2/+9
* Upgrade astroid to 2.8.0Pierre Sassoulas2021-09-142-2/+3
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-144-15/+20
* [pre-commit.ci] pre-commit autoupdate (#4998)pre-commit-ci[bot]2021-09-141-2/+2
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-135-6/+23
* Bump sphinx from 4.1.2 to 4.2.0dependabot[bot]2021-09-131-1/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-139-55/+85
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-139-18/+27
* Documentation for ``pyreverse`` and ``symilar`` (#4992)Andreas Finkler2021-09-116-0/+114
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-118-12/+78
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-119-8/+66
* Fix bug with cache's parent directory not existing (#4988)Daniël van Noord2021-09-103-1/+9
* Use overload to type get_global_option (#4978)Daniël van Noord2021-09-083-4/+91
* fix false positive W0238 with private staticmethod used from classmethod (#4949)Kayran Schmidt2021-09-074-3/+29
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-074-0/+18
* Merge pull request #4979 from jacobtylerwalls/useless-suppression-typoAndreas Finkler2021-09-071-2/+2
|\
| * Fix typos in useless-suppression topicJacob Walls2021-09-061-2/+2
|/
* Add additional test case - consider-using-assignment-expr (#4975)Marc Mueller2021-09-061-1/+12
* Update pre-commit requirement from ~=2.14 to ~=2.15 (#4974)dependabot[bot]2021-09-061-1/+1
* Merge pull request #4971 from cdce8p/feat_consider-using-inAndreas Finkler2021-09-065-2/+14
|\
| * Extend consider-using-in for attribute accessMarc Mueller2021-09-055-2/+14
|/
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-052-2/+6
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-0469-775/+965
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-033-101/+108
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-0347-349/+375
* Add test to ``superfluous-parens``Daniël van Noord2021-09-021-2/+5
* Remove unused ``visit_package`` functionDaniël van Noord2021-09-011-10/+0
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-016-27/+43
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-014-5/+11
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-015-18/+53
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-0164-2868/+67
* Remove dead visit_exec method (#4943)Marc Mueller2021-09-011-5/+0
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-315-1/+16
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-317-7/+50
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-315-8/+28