summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-183-7/+9
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-171-5/+13
* Add typing to `BaseReporter.out` (#5023)Daniël van Noord2021-09-171-7/+13
* Add typing to `lint_module_test`Daniël van Noord2021-09-171-27/+42
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-171-3/+8
* 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-1712-21/+21
* Move back to a dev version following 2.11.1 releasePierre Sassoulas2021-09-161-1/+1
* Bump pylint to 2.11.1, update changelogv2.11.1Pierre Sassoulas2021-09-161-1/+1
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-167-24/+55
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-161-3/+10
* Move back to a dev version following 2.11.0 releasePierre Sassoulas2021-09-161-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-1644-8/+50
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-1610-74/+117
* 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-151-0/+48
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-1516-57/+144
* Remove most `typing.cast()` calls (#4995)Daniël van Noord2021-09-153-17/+3
* Change lines to lists (#5009)Daniël van Noord2021-09-143-7/+7
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-141-5/+9
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-141-11/+18
* Pylint reporter cleanup (#5003)Pierre Sassoulas2021-09-143-109/+103
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-141-1/+1
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-131-5/+4
* 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-136-11/+17
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-112-1/+15
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-112-0/+4
* Fix bug with cache's parent directory not existing (#4988)Daniël van Noord2021-09-101-1/+1
* 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-071-1/+4
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-071-0/+2
* Extend consider-using-in for attribute accessMarc Mueller2021-09-051-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-044-11/+9
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-032-71/+78
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-0340-334/+357
* Remove unused ``visit_package`` functionDaniël van Noord2021-09-011-10/+0
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-011-4/+4
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-011-5/+3
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-3/+3
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-014-1485/+0
* 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-311-0/+4
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-311-2/+6
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-311-1/+5
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-4/+16
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-301-0/+47