summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Collapse)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
| | | Keeping longer lists sorted makes it difficult to add duplicates.
* 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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-1/+1
| | | | | | | * Fix F403 wildcart import used in astroid/__init__.py And apply flake8 on setup.py and astroid/__init__.py Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* 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
| | | | | | | | * Enable for_any_all check * Upgrade to pylint 2.12 in pre-commit configuration * Fix new Pylint warnings * Upgrade the regex for Mixin Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* 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
| | | | Following the upgrade to pylint 2.11.1
* 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
| | | | | Re-add 'ex' in good name Fix a typo rrue = true
* 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
| | | | | This reverts commit 7197fb7287505388bbf7af1c73adaf09bf3b04f5. Disable just no-member instead of disabling everything.
* Disable useless-supression for nowClaudiu Popa2018-10-111-6/+0
| | | | It's getting annoying from time to time as it seems to be flaky.
* 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
| | | | | | | | | | Some of the messages were disabled in pylintrc, since they're not very useful for our case. Other parameters, such as the number of arguments / statements / attributes etc were configured so that they won't be too restrictive for our codebase, since making the code to respect them right now requires too much development changes, which is not justified by the end result. Closes issue #284.
* 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
| | | | | | This patch completely changes the way how binary and augmented operations are inferred, trying to be as compatible as possible with the semantics from the language reference.
* Add helpers.is_supertype and helpers.is_subtype, two functions for checking ↵Claudiu Popa2015-06-261-1/+1
| | | | if an object is a super/sub type of another.