summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Added escaping of vertical bar character in annotation labels (#8610) (#8631)Andreas Finkler2023-04-271-1/+9
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-021-1/+1
* 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
* Add typing and small refactors to pyreverseDaniƫl van Noord2022-04-153-5/+11
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-142-2/+6
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniƫl van Noord2022-04-148-50/+64
* Update optdicts in ``pyreverse`` (#6209)Daniƫl van Noord2022-04-121-0/+6
* Add ``Options`` and ``OptionsDict`` to typing utilsDaniƫl van Noord2022-04-061-1/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-2413-13/+13
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-2413-131/+13
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-223-15/+52