summaryrefslogtreecommitdiff
path: root/pylint/checkers/newstyle.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+4
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-4/+4
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+172