summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-192-18/+38
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-192-8/+19
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-0/+36
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-182-0/+11
* Add test for #4021Daniël van Noord2021-10-182-8/+21
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-175-9/+25
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-177-30/+202
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-162-3/+18
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-153-2/+9
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-152-32/+68
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-113-0/+9
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-107-10/+141
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-106-0/+39
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-103-50/+54
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-094-9/+25
* Reorganize regression tests (#5130)Marc Mueller2021-10-083-0/+0
* Add test for typing alias in isinstance calls (#5089)Marc Mueller2021-10-072-0/+28
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-076-28/+61
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-071-0/+9
* Add tests for ClassDef inference regression (#5037)Daniël van Noord2021-10-072-0/+33
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-061-0/+44
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+8
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-053-4/+35
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-0/+10
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-042-4/+9
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-3/+9
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-282-6/+14
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-0/+6
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-1/+6
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-212-25/+36
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-202-13/+29
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-172-0/+17
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-172-3/+4
* Spelling and grammar fixesVille Skyttä2021-09-1720-23/+23
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-162-0/+12
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-142-3/+22
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-142-16/+49
* Add tests for dataclasses (#4967)Daniël van Noord2021-09-142-2/+9
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-142-14/+15
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-133-1/+15
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-114-11/+51
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-115-8/+56
* fix false positive W0238 with private staticmethod used from classmethod (#4949)Kayran Schmidt2021-09-072-2/+21
* Add additional test case - consider-using-assignment-expr (#4975)Marc Mueller2021-09-061-1/+12
* Extend consider-using-in for attribute accessMarc Mueller2021-09-052-1/+9
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-031-30/+30
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-033-5/+5
* Add test to ``superfluous-parens``Daniël van Noord2021-09-021-2/+5