summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)AuthorAgeFilesLines
* Remove pylint disables and resolves TODO in pylintrc (#2175)Jacob Walls2023-05-121-2/+1
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-1/+2
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-1/+1
* Bump pylint from 2.15.8 to 2.15.9 (#1907)dependabot[bot]2022-12-271-1/+1
* Remove extraneous linebreaks from pylintrcJacob Walls2022-12-271-2/+0
* Remove deprecated `ignore-mixin-members` pylint optionJacob Walls2022-12-271-4/+0
* pylintrc: Remove duplicate plugin pylint.extensions.code_style (#1798)Christian Clauss2022-09-191-1/+0
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-1/+2
* Update pylint to 2.14.0b1 (#1553)Marc Mueller2022-05-121-45/+0
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-1/+1
* Fix typos (#1288)Kian Meng, Ang2021-12-131-1/+1
* Update pylintrc (#1278)Marc Mueller2021-11-281-4/+4
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-271-0/+4
* Refactor and remove ``redefined-variable-type`` disableDaniël van Noord2021-10-241-5/+0
* Remove unnecessary disable from ``pylintrc`` (#1223)Daniël van Noord2021-10-241-1/+0
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-2/+2
* Upgrade to pylint 2.11 in pre-commit configurationPierre Sassoulas2021-09-171-0/+3
* Add pylintrc config for typing extension (#1128)Marc Mueller2021-08-161-0/+9
* Enable some Pylint extensionsNick Drozd2021-08-141-0/+3
* Hide pylint reportsMarc Mueller2021-07-111-1/+1
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-0/+2
* Small fixes following pep8 changesPierre Sassoulas2021-06-211-1/+1
* Fix pep8 in unittest test function's namesPierre Sassoulas2021-06-201-1/+1
* Fix all no-member in the codebase and enable the warningPierre Sassoulas2021-06-181-2/+0
* Disable consider-using-with in function returning a streamPierre Sassoulas2021-04-241-1/+5
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-4/+2
* Enable useless-suppressionPierre Sassoulas2021-04-191-0/+2
* Ignore the too-many-warnings we're not refactoring anywayPierre Sassoulas2021-04-191-1/+7
* Ignore duplicate code for now because astroid/brain is full of itPierre Sassoulas2021-04-191-1/+3
* Ignore cyclic import and wrong import position for nowPierre Sassoulas2021-04-191-3/+4
* Remove empty line between comments in configurationPierre Sassoulas2021-04-181-43/+1
* Enable duplicate-code checkNick Drozd2019-12-241-2/+0
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-241-3/+0
* Enable else-if-used extensionNick Drozd2019-12-241-0/+1
* Revert "Disable the pylint job until we fix the clone inference bugs"Claudiu Popa2019-01-151-1/+3
* Disable useless-supression for nowClaudiu Popa2018-10-111-6/+0
* Let formatting be handled by blackClaudiu Popa2018-10-021-1/+3
* Change the line endings of the pylint config fileClaudiu Popa2018-10-021-386/+435
* Add support for type comments (#548)Claudiu Popa2018-05-231-1/+1
* Disable stop-iteration-return until we'll drop support for python 2Claudiu Popa2017-07-231-1/+3
* Fix lintastroid-1.5.2Claudiu Popa2017-04-171-0/+1
* Remove pylint errorsDerek Gustafson2016-12-031-0/+3
* Fix typosJakub Wilk2016-06-021-1/+1
* Try to see if AppVeyor gets triggered.Claudiu Popa2015-12-161-1/+1
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-18/+32
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Remove obsoleted config options.Claudiu Popa2015-08-211-21/+0
* Improve the inference of binary arithmetic operations (normal and augmented)Claudiu Popa2015-06-271-1/+1
* Add helpers.is_supertype and helpers.is_subtype, two functions for checking i...Claudiu Popa2015-06-261-1/+1