summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-072-4/+7
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-0/+9
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-1/+1
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-032-0/+69
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-312-15/+91
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-292-0/+7
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-262-1/+52
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-263-0/+19
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-256-1/+79
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-252-7/+15
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-253-0/+66
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-253-0/+63
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-235-37/+112
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-237-10/+74
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-232-27/+87
* 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