summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Check if an updated typing version fixes readthedocs"Claudiu Popa2018-09-191-1/+0
* Check if an updated typing version fixes readthedocsClaudiu Popa2018-09-191-0/+1
* New tagline! Many thanks to whomever said it, it came my way through DRMacIverClaudiu Popa2018-09-191-0/+6
* ``too-few-public-methods`` is not reported for ``typing.NamedTuple``Claudiu Popa2018-09-183-4/+26
* Move is_dataclass and is_enum_class back to where they are usedClaudiu Popa2018-09-182-59/+56
* Correct fallback when the lines out of the parse trees are in raw_module_msgs...Claudiu Popa2018-09-181-1/+16
* Exclude the relevant directories from blackClaudiu Popa2018-09-181-0/+1
* Partially revert commit fede47a625f40169bf839b7e8e2df643b3471635Claudiu Popa2018-09-183-29/+13
* Rely on a different file than bad_continuation for the parallel test caseClaudiu Popa2018-09-171-1/+1
* Fix mypy errors caused by black autoformatting the type commentsClaudiu Popa2018-09-172-4/+4
* Add formatting documentationClaudiu Popa2018-09-171-0/+10
* Add the precommit configurationClaudiu Popa2018-09-171-0/+12
* Fix the tests broken by the disabling of formatting checks over pylint codebaseClaudiu Popa2018-09-171-2/+2
* Add tox and travis black stepsClaudiu Popa2018-09-172-3/+12
* Add black badgeClaudiu Popa2018-09-171-0/+3
* Reformat the code with blackClaudiu Popa2018-09-1787-8342/+12199
* ```too-few-public-methods`` is not reported for dataclasses created with opti...Claudiu Popa2018-09-153-1/+14
* Move is_raising to where it is used and correct its annotationClaudiu Popa2018-09-152-10/+13
* Grammar fixes to docs (#2492)Drew2018-09-155-6/+8
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-094-2/+26
* The ``json`` reporter prints an empty list when no messages are emittedClaudiu Popa2018-09-062-2/+5
* Remove useless minversion for Python 2.7Claudiu Popa2018-09-051-12/+6
* Add a new check, ``duplicate-string-formatting-argument``Claudiu Popa2018-09-055-1/+41
* Squash some checks and move some of the aroundClaudiu Popa2018-09-051-6/+3
* Drop the .keys() call, can unpack dictionaries without itClaudiu Popa2018-09-054-8/+7
* Switch to using CallSite to get the arguments and clear the formatting a bitClaudiu Popa2018-09-051-28/+15
* Remove vacuous version checkClaudiu Popa2018-09-051-2/+1
* Switch to a hasattr() call for getting the elts of an inferred valueClaudiu Popa2018-09-051-1/+1
* Make sure that args_elts is defined by defaulting to an empty tupleClaudiu Popa2018-09-051-0/+1
* isinstance accept tuples of tuples so no need to join themClaudiu Popa2018-09-051-2/+2
* Remove extraneous comment and fix the styleClaudiu Popa2018-09-051-6/+2
* ``assignment-from-no-return`` is not emitted for coroutines.Claudiu Popa2018-09-055-1/+35
* ``consider-using-ternary`` and ``simplified-boolean-expression`` no longer em...Claudiu Popa2018-09-054-30/+12
* Added checker for format string type mismatches.Yury Gribov2018-09-047-7/+101
* Disable pylint error locallyClaudiu Popa2018-09-041-1/+1
* Merge documentation with contributing docsClaudiu Popa2018-09-043-10/+8
* Switch to Unix line endingsClaudiu Popa2018-09-041-29/+29
* Handle ``AstroidSyntaxError`` when trying to import a module.Claudiu Popa2018-09-044-0/+12
* Fix incorrect package check for wildcard importsHornwitser2018-09-042-2/+5
* Clean up imports in import checker unit testsHornwitser2018-09-045-21/+9
* Revert "Don't emit import-self and cyclic-import..."Hornwitser2018-09-041-9/+0
* Fix internal/external distinction being brokenHornwitser2018-09-042-16/+26
* Fix wildcard imports missing in import graphHornwitser2018-09-043-1/+7
* Added missin Info type to docRoberto Leinardi2018-09-041-0/+1
* Updated pylint-pycharm plugin documentationRoberto Leinardi2018-09-031-8/+10
* Allow ``__module__`` to be redefined at a class level. Close #2451Claudiu Popa2018-08-313-2/+32
* Emit unused-import instead of unused-variable when dealing with unused importsSushobhit2018-08-316-16/+46
* Handle asyncio.coroutine when looking for ``not-an-iterable`` check.Claudiu Popa2018-08-244-2/+71
* Remove last occurrences of locally-enabledClaudiu Popa2018-08-242-5/+0
* Squash a check and rename inferedClaudiu Popa2018-08-241-6/+4