summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/vcg_printer.py
Commit message (Expand)AuthorAgeFilesLines
* pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-101-296/+0
* Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-091-7/+0
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-271-0/+5
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-13/+22
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-2/+2
* Finish some unfinished typing signaturesDaniël van Noord2022-09-091-1/+3
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniël van Noord2022-04-141-6/+9
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-12/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+5
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-5/+5
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-1/+1
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-24/+7
* Refactor to reduce indentationDudeNr332021-08-081-12/+15
* Move logic for constructing the label from ``DiagramWriter`` into the ``Print...DudeNr332021-08-081-2/+22
* Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...Andreas Finkler2021-08-031-0/+283