summaryrefslogtreecommitdiff
path: root/tests/functional/t/too
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-296-7/+7
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-171-4/+4
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-3/+21
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1811-26/+24
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
* Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+24
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-011-2/+2
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1211-16/+16
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-141-0/+19
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-1/+0
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-033-3/+3
* Update functional test expected output (#5349)Daniël van Noord2021-11-2415-25/+25
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-263-0/+19
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-302-4/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Limit the dataclasses tests to python 3.7Pierre Sassoulas2021-08-164-19/+21
* Additional tests for PyCQA/astroid#1126David Liu2021-08-162-1/+20
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-283-0/+44
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-051-1/+1
* Fix too-many-ancestorsMarc Mueller2021-04-282-2/+23
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0734-0/+2778