summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/diadefslib.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-101-4/+9
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-2/+2
* Add typing to `pylint.pyreverse.main` and `pylint.pyreverse.diadefslib` (#6518)Andreas Finkler2022-05-061-16/+25
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-281-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-4/+1
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniƫl van Noord2022-04-141-2/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-18/+1
* Fix the period added in docstring automatically by mistake (#5790)Pierre Sassoulas2022-02-101-5/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-22/+22
* Format docstrings with ``pydocstringformatter``Daniƫl van Noord2022-01-021-2/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-3/+0
* 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-6/+11
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-2/+2
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-2/+1
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-1/+2
* Create a constant for BUILTINSPierre Sassoulas2021-07-061-3/+2
* 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
* 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-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* 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/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* Reformat the code with blackClaudiu Popa2018-09-171-14/+17
* Rename variables to remove licentious languageClaudiu Popa2018-08-151-20/+20
* Update copyright noticesClaudiu Popa2018-07-151-1/+4
* Fix lint errorClaudiu Popa2018-07-111-1/+1
* fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-201-2/+2
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+1
* Spelling fixesVille SkyttƤ2018-01-301-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+6
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Fixed our docstring lint errorsAshley Whetter2016-06-251-3/+9
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Cleanup pylint issuesClaudiu Popa2015-11-211-4/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-3/+3
* Get rid of logilab.common.compat.Florian Bruhin2015-07-261-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-3/+3
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-1/+1