summaryrefslogtreecommitdiff
path: root/pylint/checkers/newstyle.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fix ``bad-super-call`` for non-direct parents (#6956)Daniël van Noord2022-06-161-1/+3
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+2
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+6
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+0
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+4
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-19/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-2/+6
* 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-1/+1
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-8/+9
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+7
* Removed Python 2 specific checksClaudiu Popa2019-09-171-8/+2
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-6/+1
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-8/+4
* Correct infered to inferredClaudiu Popa2019-05-201-1/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-1/+1
* Reformat the code with blackClaudiu Popa2018-09-171-33/+40
* Remove a couple of Python 2 specific checksNatalie Serebryakova2018-08-151-54/+3
* remove backslash for continuation from checker msgssolanki2018-08-141-7/+7
* Update copyright noticesClaudiu Popa2018-07-151-1/+1
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+7
* Add new error conditions for 'bad-super-call' (#1109)Alexander Todorov2016-09-181-0/+19
* 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
* Uninferable now has a false default value, so don't check it explicitly.Claudiu Popa2016-07-161-14/+14
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Fix typos (#916)Jakub Wilk2016-05-251-1/+1
* Treat AsyncFunctionDef just like FunctionDef nodesClaudiu Popa2016-01-091-0/+2
* Basic travis support.Claudiu Popa2015-12-161-1/+1
* Don't emit super-on-old-class on classes with unknown bases.Claudiu Popa2015-12-061-9/+5
* Cleanup pylint issuesClaudiu Popa2015-11-211-1/+0
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-4/+5
* Add ChangeLog entry for too-many-nested-blocks and fix the errors in pylint.Claudiu Popa2015-11-041-38/+37
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-3/+3