summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/inspector.py
Commit message (Expand)AuthorAgeFilesLines
* [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-4/+0
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-43/+2
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+2
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-6/+6
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-3/+4
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-081-1/+3
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-271-0/+67
* Emit fewer DeprecationWarnings in pyreverse (#6869)Jacob Walls2022-06-061-7/+8
* Refactor and deprecate resolving of interface implementations in `pyreverse` ...Andreas Finkler2022-05-271-24/+17
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-181-1/+1
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-151-1/+2
* Add typing to `pylint.pyreverse.inspector` (#6614)Andreas Finkler2022-05-151-23/+44
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-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-13/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-14/+14
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-3/+3
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* 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