summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-0/+18
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-0/+12
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-032-0/+20
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-303-0/+38
* Define Protocol as abstract to prevent abstract-method FP (#7839)Dani Alcala2022-11-303-0/+50
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-308-17/+45
* ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-11-294-4/+2
* Fix ``dangerous-default-value`` false negative when `*` is used. (#7856)Dani Alcala2022-11-272-0/+12
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-277-7/+7
* Fix ``logging-fstring-interpolation`` false positive (#7846)Dani Alcala2022-11-262-0/+9
* Prevent `used-before-assignment` for variables defined in assignment expressi...Jacob Walls2022-11-252-4/+5
* Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-241-0/+11
* Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-241-0/+10
* Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-233-0/+43
* Catch UserWarning when linting stdlib (#7833)Jacob Walls2022-11-231-1/+4
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-235-69/+65
* Fail pytest runs on warnings (#7809)Jacob Walls2022-11-235-5/+9
* Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-232-4/+21
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-2210-6/+99
* Fix end_col_offset deprecation msg (#7823)Dani Alcala2022-11-221-1/+1
* Add extension checker for nested min/max (#7550)Osher De Paz2022-11-212-0/+29
* New checker `unbalanced dict unpacking` (#7750)Dani Alcala2022-11-204-10/+118
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-192-6/+26
* Deprecation following the separation of emacs related file to https://github....Pierre Sassoulas2022-11-192-20/+37
* Better error message for unpacking-non-sequence and unbalanced-tuple-unpackin...Pierre Sassoulas2022-11-192-11/+11
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-196-10/+10
* [primer] Fall back to no rcfile rather than pylint's (#7798)Jacob Walls2022-11-191-2/+2
* Merge branch 'maintenance/2.15.x' into main following 2.15.6 releasePierre Sassoulas2022-11-191-2/+2
|\
| * Replace deprecated `sre_constants.error` with `re.error`Jacob Walls2022-11-171-3/+2
| * Suppress `stop-iteration-return` on `itertools.cycle` (#7766)Tushar Sadhwani2022-11-172-2/+8
| * Fix false positive for ``unhashable-member`` when subclassing ``dict``. (#7757)Mark Byrne2022-11-171-0/+6
| * false positive `unnecessary-list-index-lookup` for enumerate (#7685)Dani Alcala2022-11-172-0/+53
| * Fix a crash when looking up an __init__ method (#7744)Mark Byrne2022-11-171-0/+11
| * Fix astroid error for custom ``next`` method (#7622)Dani Alcala2022-11-172-11/+53
| * Fix: reporters receive copy of message (#7620)Smixi2022-11-171-4/+50
| * Fix astroid-error for parsing module encoding (#7663)Dani Alcala2022-11-174-1/+23
| * Remove __index__ from unnecessary-dunder-call check (#7650)Dani Alcala2022-10-211-0/+6
| * Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-0/+19
| * Add regression test for no-member with empty AnnAssign (#7632)Marc Mueller2022-10-201-0/+16
| * Fix a false positive for `simplify-boolean-expression` when multiple values i...Jacob Walls2022-10-202-15/+33
| * Disambiguate between str and enum member args to typing.Literal (#7414)Levi Gruspe2022-10-103-3/+16
| * Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-102-0/+6
| * Fix handling of ``--`` as separator between positional args and flags (#7551)Daniël van Noord2022-10-101-4/+3
| * Check `` py-version`` for async ``unnecessary-dunder-call`` (#7549)Daniël van Noord2022-10-105-0/+36
| * Fix crash in ``modified_iterating`` checker for set defined as a class attrib...Dani Alcala2022-10-102-17/+30
| * Prevent `redefined-outer-name` for `if t.TYPE_CHECKING`Jacob Walls2022-10-101-2/+10
| * Fix bug in detecting ``unused-variable`` when iterating on variable. (#7537)Dani Alcala2022-10-101-0/+13
| * Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-10-107-8/+31
| * Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-194-4/+43
| * Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-191-0/+1