summaryrefslogtreecommitdiff
path: root/tests/functional/a
Commit message (Expand)AuthorAgeFilesLines
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-165-19/+45
* Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-143-0/+18
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2912-22/+22
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-112-0/+14
* Fix issues with new typing Union syntax (Py310) (#8122)Marc Mueller2023-02-013-0/+27
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-251-1/+1
* class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-303-8/+47
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-155-41/+58
* Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-131-1/+1
* Update wording to clarify overriding object. (#7504)Dani Alcala2022-09-202-23/+23
* Add child class name and confidence to ``abstract-method`` message (#7503)Dani Alcala2022-09-201-16/+16
* Update assert-on-tuple for any populated tuple (#7468)Dani Alcala2022-09-192-7/+11
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-021-1/+18
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-191-2/+2
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1817-119/+116
* Fix tests for Python 3.11 (#7167)Adam Williamson2022-07-141-1/+1
* Prevent additional `unsupported-binary-operation` messages for metaclasses de...Jacob Walls2022-06-243-35/+44
* Fix ``unsupported-binary-operation`` on classes that overload or (#6664)Tim Martin2022-06-233-1/+55
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-103-3/+3
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-7/+6
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-3/+3
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-047-45/+48
* Remove ``assign-to-new-keyword`` (#6421)Daniël van Noord2022-04-213-24/+0
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-182-2/+2
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-182-2/+2
* [refactor] Simpler and more performant way to check for duplicate-argumentPierre Sassoulas2022-04-011-2/+1
* 'duplicate-argument-name' raises once for each set of duplicated argumentsPierre Sassoulas2022-04-011-1/+1
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-244-9/+41
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-124-46/+46
* Move functional test files to new structureDaniël van Noord2022-02-1016-0/+0
* Fix assignment-from-none false negative case using list.sort() (#5738)orSolocate2022-02-022-0/+3
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-3/+3
* Fix unprotected accesses to parent.name and add tests (#5675)Arianna Y2022-01-142-0/+28
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+2
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+27
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-033-8/+30
* Move ``TestNameChecker`` to functional tests (#5421)Daniël van Noord2021-11-283-0/+24
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-252-5/+13
* Update functional test expected output (#5349)Daniël van Noord2021-11-2423-192/+192
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+17
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-312-15/+91
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-0/+0
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-153-2/+9
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-1/+6
* Spelling and grammar fixesVille Skyttä2021-09-174-4/+4
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-111-1/+1
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-016-6/+6