summaryrefslogtreecommitdiff
path: root/tests/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-021-0/+17
* Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+13
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-093-0/+55
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-098-6/+39
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-082-0/+9
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-277-7/+7
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-231-6/+3
* Fail pytest runs on warnings (#7809)Jacob Walls2022-11-232-2/+5
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-2/+2
* Remove xfail from passing testsDaniël van Noord2022-10-021-2/+0
* Resolve deprecation warning in pyreverse testJacob Walls2022-10-021-1/+1
* Feature italics abstract methods (#7436)Alvaro Frias2022-09-139-34/+34
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-093-5/+12
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-092-6/+9
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-3/+7
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-046-24/+39
* Remove ignores for ``LocalPath``Daniël van Noord2022-09-031-1/+1
* [pyreverse test] Silence a deprecation warning for __implements__ (#7243)Pierre Sassoulas2022-07-301-1/+2
* Add typing to ``exceptions`` checker (#7194)Daniël van Noord2022-07-161-1/+1
* Add typing to ``stdlib`` checker (#7192)Daniël van Noord2022-07-151-4/+4
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-142-6/+7
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-132-10/+21
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-1/+1
* Fix `pyreverse` type annotations for attributes using alternative union synta...Andreas Finkler2022-05-295-0/+48
* Fix tests and add example for explicit `Union` type hint.DudeNr332022-05-272-3/+9
* Fix return type annotations in MermaidJS diagrams.DudeNr332022-05-274-6/+29
* Refactor and deprecate resolving of interface implementations in `pyreverse` ...Andreas Finkler2022-05-271-1/+16
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-183-0/+26
* Change ``pyreverse`` outputDaniël van Noord2022-05-051-1/+1
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Functional tests for ``pyreverse`` (#6449)Andreas Finkler2022-04-308-0/+117
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Transition ``pyreverse`` from ``optparse`` to ``argparse`` (#6334)Daniël van Noord2022-04-151-0/+22
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-147-14/+31
* Update optdicts in ``pyreverse`` (#6209)Daniël van Noord2022-04-121-1/+42
* [refactor] Use for v in *.values() instead of _, v in *.items()Pierre Sassoulas2022-04-021-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-249-7/+15
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-247-66/+8
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-221-0/+85
* Fix pyreverse type hints for methods returning None (#5916)Téo Bouvard2022-03-198-4/+30
* Fix pyreverse type hinting for class methods (#5881)Téo Bouvard2022-03-098-3/+21
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-108-17/+17
* [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-025-11/+7
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* fix deleting files for pyreverse tests (#5476)Antonio Quarta2021-12-051-1/+7
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-036-0/+160
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-256-2/+8
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* Modify sources along with results of pr review.Takahide Nojima2021-10-2613-15/+43