summaryrefslogtreecommitdiff
path: root/tests/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Merge maintenance-2.17.x in main following 2.17.4 releasePierre Sassoulas2023-05-062-0/+84
|\
| * Added escaping of vertical bar character in annotation labels (#8610) (#8631)Andreas Finkler2023-04-2716-24/+58
| * [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-021-0/+17
* | Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-2615-11/+34
* | Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-251-1/+8
* | Cope with changes to `Arguments` constructorJacob Walls2023-04-161-1/+1
* | refactor pyreverse tests to use temporary directory (#8529)Andreas Finkler2023-04-021-15/+7
* | [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-0/+17
* | Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-027-0/+58
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2910-20/+20
* | `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-108-31/+42
* | pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-106-104/+0
* | pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-103-1/+47
* | [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-089-92/+1
|/
* 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