summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/inspector.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-36/+37
* Remove unused ``visit_package`` functionDaniël van Noord2021-09-011-10/+0
* 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-3/+4
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-141-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-23/+17
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Make import from astroid more explicitPierre Sassoulas2021-03-311-13/+12
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-6/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-3/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* F841 local variable 'exc' is assigned to but never usedPierre Sassoulas2021-02-151-1/+1
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-14/+12
* Merge branch 'master' into bug_pylint_3468hippo912020-09-031-1/+1
|\
| * Sets up copyrighthippo912020-08-201-1/+1
* | Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
|/
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+6
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...Claudiu Popa2019-11-211-1/+2
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-4/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-6/+1
* Reformat the code with blackClaudiu Popa2018-09-171-28/+31
* Update copyright noticesClaudiu Popa2018-07-151-1/+3
* fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-201-2/+2
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-1/+1
* Fix lint errors caused by the new checker changeClaudiu Popa2018-04-021-1/+1
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+2
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-7/+7
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* 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-16/+3
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-10/+10
* Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-111-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-3/+108
* Fix the broken tests, since locals_types and instance_attr_types were expecte...Claudiu Popa2015-06-201-6/+8
* Make sure that every frame used by pyreverse.inspect has a locals_type attributeClaudiu Popa2015-06-201-15/+18
* Improve the readability of a function by using a defaultdict(set) instead of ...Claudiu Popa2015-06-201-10/+4
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-2/+3
* Replace the license with what is already used in the project.Claudiu Popa2015-06-171-14/+13
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-0/+268