summaryrefslogtreecommitdiff
path: root/tests/functional/u/useless
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-4/+4
* Prevent `useless-parent-delegation` for overriding `Exception.__init__` with ...Jacob Walls2022-08-211-0/+5
* Add a functional test for the `useless-parent-delegation` checker. (#7326)Mark Byrne2022-08-212-25/+37
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-184-15/+14
* [useless-parent-delegation] Rename functional test and merge old filesPierre Sassoulas2022-06-2410-143/+132
* [usless-parent-delegation] Set confidence to inference instead of undefinedPierre Sassoulas2022-06-244-27/+27
* [useless-super-delegation] Rename the message to useless-parent-delegationPierre Sassoulas2022-06-248-54/+54
* Fix false positive for ``useless-super-delegation`` for variadics (#6949)Daniël van Noord2022-06-152-0/+32
* Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)Tim Martin2022-05-152-0/+25
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-052-2/+2
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-5/+5
* Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)Tim Martin2022-05-031-1/+5
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+2
* Suppress ``useless-super-delegation`` if return type changed (#5822) (#6141)Tim Martin2022-04-152-0/+36
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-126-29/+29
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-301-6/+6
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-172-2/+2
* Update functional test expected output (#5349)Daniël van Noord2021-11-248-46/+46
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-233-85/+0
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-032-0/+69
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-192-18/+38
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-102-4/+5
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-3/+9
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-0/+6
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-302-4/+0
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-252-3/+28
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-252-0/+59
* Implemented new check consider-using-from-import (#4491)yushao22021-05-232-28/+0
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0719-0/+547