summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-4/+4
* 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-9/+10
* pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)Mark Byrne2021-08-181-0/+2
* Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...Andreas Finkler2021-08-031-0/+14
* Handle has-a relationships for type-hinted arguments in class diagrams (#4745)Mark Byrne2021-07-301-3/+3
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* 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-0/+60
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Consider using with no assign (#4476)DudeNr332021-05-171-1/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+3
* Fix E266 too many leading '#' for block commentPierre Sassoulas2021-02-151-9/+2
* Bug: fix vulnerable regexes to avoid potential ReDoS.yeting li2020-09-101-3/+2
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-8/+4
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+1
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-111-5/+5
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-2/+3
* Reformat the code with blackClaudiu Popa2018-09-171-31/+45
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-201-2/+2
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+4
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-1/+2
* 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
* Change the attribute check for using hasattr instead of looking explicitly in...Claudiu Popa2015-12-081-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-2/+3
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-0/+77
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+132