summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/dot_printer.py
Commit message (Expand)AuthorAgeFilesLines
* Add basic typing to ``pylint/pyreverse``Daniƫl van Noord2021-10-021-1/+1
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+2
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-4/+1
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-2/+2
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-3/+5
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-27/+6
* Remove unnecessary specializations of ``DiagramWriter``DudeNr332021-08-081-0/+1
* Refactor to reduce indentation and pull all "label building" logic togetherDudeNr332021-08-081-34/+47
* Move logic for constructing the label from ``DiagramWriter`` into the ``Print...DudeNr332021-08-081-3/+41
* Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...Andreas Finkler2021-08-031-0/+129