summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-6/+6
* [ruff] Prevent automatic refactor of a lambda assignmentPierre Sassoulas2023-02-061-2/+2
* [ruff] Autofix 'not x in iterator' => 'x not in iterator'Pierre Sassoulas2023-02-061-3/+3
* [ruff] Fix E741 Ambiguous variable name: 'l'Pierre Sassoulas2023-02-061-1/+1
* Add poetry-core as a repository to prime (#8193)Alexey Pelykh2023-02-061-0/+5
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-052-19/+56
* Add some test cases for redundant type check (#8136)Nick Drozd2023-02-035-1/+78
* improving test_pragma_parser (#8159)Andre Hora2023-02-021-0/+8
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-014-15/+29
* Fix issues with new typing Union syntax (Py310) (#8122)Marc Mueller2023-02-019-1/+55
* Fix false positive for `use-maxsplit-arg` with custom split (#8114)yushao22023-01-301-0/+8
* Tighten design constraints (#8115)Nick Drozd2023-01-284-0/+4
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-284-7/+53
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-0/+24
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...Mark Byrne2023-01-281-0/+25
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-276-0/+382
* Add tests to improve coverage (#8096)Dani Alcala2023-01-262-2/+32
|\
| * add test for get msg defclavedeluna2023-01-251-0/+10
| * add test for Uninferableclavedeluna2023-01-242-2/+22
* | Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-2515-23/+34
* | Fix `missing-kwoa` FP with With statements (#8101)Dani Alcala2023-01-243-5/+25
|\ \ | |/ |/|
| * update testsclavedeluna2023-01-231-2/+2
| * add inferenceclavedeluna2023-01-231-3/+3
| * fix no-kwoa for any with callsclavedeluna2023-01-232-0/+3
| * fix no-kwoa for one with callclavedeluna2023-01-231-1/+18
* | Add test for existing preferred-modules functionality (#8093)Dave Bunten2023-01-242-0/+26
* | [subprocess-run-check] Add the proper confidencePierre Sassoulas2023-01-231-1/+1
* | [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-1/+1
|/
* Fix FP for `used-before-assignment` when reimporting name used in type annota...Jacob Walls2023-01-232-1/+4
* Fix `consider-using-augmented-assign` nested attribute access (#8088)Marc Mueller2023-01-202-1/+16
* Fix invalid-name for typing_extensions.TypeVar (#8089)Marc Mueller2023-01-204-2/+20
* pointless-exception-statement: filter call inference for better performance o...James Addison2023-01-202-4/+14
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-182-0/+18
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-163-41/+30
* Add a regression tests for issue #2567Pierre Sassoulas2023-01-131-0/+33
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-122-2/+14
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-122-2/+7
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-092-26/+76
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-083-0/+46
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-082-0/+9
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-074-1/+22
* class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-303-8/+47
* Add `no-header` run option (#7869)Dani Alcala2022-12-301-0/+12
* Cover more lines (#7996)Nick Drozd2022-12-288-13/+37
* [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-281-3/+3
* Cover missing line in dict-init-mutate test (#7994)Nick Drozd2022-12-271-0/+3
* Fixes custom braces in user-provided msg-template. (#7976)Dani Alcala2022-12-271-6/+19
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-276-11/+1
* Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-264-8/+18
* Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-252-5/+12