summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a redirect from http to https in read the doc configurationPierre Sassoulas2021-08-311-0/+4
* Change http links to https in setup.pyPierre Sassoulas2021-08-311-3/+3
* Fix faq.rst:138:undefined label: message-controlPierre Sassoulas2021-08-311-0/+2
* Fail on warning for read the docPierre Sassoulas2021-08-311-1/+2
* [pre-commit.ci] pre-commit autoupdate (#4934)pre-commit-ci[bot]2021-08-301-2/+2
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-307-8/+46
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-302-1/+54
* Add regression test for false positive on collections.abcPierre Sassoulas2021-08-302-0/+17
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Upgrade astroid to 2.7.3Pierre Sassoulas2021-08-302-2/+2
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-306-0/+112