summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-1/+9
* Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-251-1/+7
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-1/+1
* Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-022-0/+21
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2912-24/+24
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-102-18/+11
* pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-104-300/+1
* pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-102-4/+18
* Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-099-43/+7
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-082-50/+2
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-072-4/+4
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-072-7/+7
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-4/+4
* Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+6
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-092-21/+33
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-2/+17
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-163-7/+12
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-081-1/+3
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+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-278-11/+115
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-2/+1
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-093-129/+142
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-2/+2
* Feature italics abstract methods (#7436)Alvaro Frias2022-09-133-6/+19
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-094-8/+8
* 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
* Fix typing of most inference callsDaniƫl van Noord2022-07-131-1/+2
* Emit fewer DeprecationWarnings in pyreverse (#6869)Jacob Walls2022-06-061-7/+8
* Fix `pyreverse` type annotations for attributes using alternative union synta...Andreas Finkler2022-05-293-10/+9
* Fix return type annotations in MermaidJS diagrams.DudeNr332022-05-271-1/+1
* Refactor and deprecate resolving of interface implementations in `pyreverse` ...Andreas Finkler2022-05-271-24/+17
* Remove unnecessary base class and dead code in `pylint.pyreverse.utils` (#6712)Andreas Finkler2022-05-271-43/+6
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-1/+3
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-181-1/+1
* Run linking and diadef handling with patched `sys.path` (#6617)Andreas Finkler2022-05-171-3/+3
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-152-2/+4
* Add typing to `pylint.pyreverse.inspector` (#6614)Andreas Finkler2022-05-152-27/+49
* Finish typing of `pylint.pyreverse.utils` (#6549)Andreas Finkler2022-05-111-35/+29
* Add typing to `pylint.pyreverse.diagrams.py` (#6547)Andreas Finkler2022-05-081-43/+78
* Add typing to `pylint.pyreverse.main` and `pylint.pyreverse.diadefslib` (#6518)Andreas Finkler2022-05-062-17/+26
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-051-0/+1
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-1/+1
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-283-5/+5
* Remove some words from custom dictionary and update spellingDaniƫl van Noord2022-04-261-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-263-7/+4
* Fix handling of default value for extend action in Python 3.7DudeNr332022-04-241-1/+1
* Finish typing of ``pylint/__init__.py``Daniƫl van Noord2022-04-231-1/+3
* Transition ``pyreverse`` from ``optparse`` to ``argparse`` (#6334)Daniƫl van Noord2022-04-152-12/+12