summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/dot_printer.py
Commit message (Expand)AuthorAgeFilesLines
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-1/+9
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-091-2/+0
* Fix `bandit` high-severity warnings and use pre-commit (#7913)Mark Byrne2022-12-091-5/+2
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-271-0/+6
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-6/+10
* Feature italics abstract methods (#7436)Alvaro Frias2022-09-131-5/+16
* Fix `pyreverse` type annotations for attributes using alternative union synta...Andreas Finkler2022-05-291-8/+3
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniël van Noord2022-04-141-11/+13
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-7/+1
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-221-2/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-3/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+2
* 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