summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/diagrams.py
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-251-1/+7
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-091-6/+2
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-7/+0
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+0
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-271-11/+26
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Fix `pyreverse` type annotations for attributes using alternative union synta...Andreas Finkler2022-05-291-1/+3
* Add typing to `pylint.pyreverse.diagrams.py` (#6547)Andreas Finkler2022-05-081-43/+78
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-281-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-15/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-25/+25
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-8/+6
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-3/+3
* 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-2/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-7/+8
* Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...Andreas Finkler2021-08-031-0/+13
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-0/+1
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-3/+3
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-30/+15
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+2
* Reformat the code with blackClaudiu Popa2018-09-171-27/+41
* Rename variables to remove licentious languageClaudiu Popa2018-08-151-12/+12
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-201-1/+1
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+3
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+3
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* display properties as attributes in pyreverse class diagramspaceone2015-10-121-2/+13
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-3/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+247