summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-121-3/+34
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-091-1/+6
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-081-3/+10
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-081-1/+3
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-071-1/+16
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-023-9/+1
* class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-302-7/+21
* Add `no-header` run option (#7869)Dani Alcala2022-12-301-9/+20
* Cover more lines (#7996)Nick Drozd2022-12-281-6/+2
* [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-281-3/+4
* Fixes custom braces in user-provided msg-template. (#7976)Dani Alcala2022-12-271-1/+1
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-2725-30/+6
* Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-262-4/+25
* Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-251-0/+1
* update while-used doc (#7974)Dani Alcala2022-12-241-1/+2
* ``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)Gideon2022-12-211-0/+1
* [testutil] More information in output for functional test fail (#7948)Pierre Sassoulas2022-12-151-6/+12
* Fix inconsistent argument exit code when argparse exit with its own error cod...David Lawson2022-12-142-4/+10
* Fix ModuleNotFoundError when using pylint_django (#7940)Daniel Harding2022-12-141-2/+2
* Avoid hanging forever after a parallel job was killed (#7834)Daniel2022-12-122-12/+18
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-122-9/+38
* Fix unreleased false positives with `used-before-assignment` (#7921)Jacob Walls2022-12-121-11/+6
* Prevent `used-before-assignment` in pattern matching with a guard (#7922)Jacob Walls2022-12-121-0/+3
* Emit `used-before-assignment` for further imports guarded by TYPE_CHECKING (#...Jacob Walls2022-12-102-10/+2
* Fix `bandit` high-severity warnings and use pre-commit (#7913)Mark Byrne2022-12-092-11/+6
* Fixes ``method-cache-max-size-none`` false positive (#7908)Dani Alcala2022-12-094-9/+15
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-052-1/+14
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-1/+1
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-301-1/+79
* Cut oldstyle checksNick Drozd2022-11-303-18/+3
* Define Protocol as abstract to prevent abstract-method FP (#7839)Dani Alcala2022-11-302-15/+18
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-301-9/+30
* ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-11-291-11/+5
* Fix ``dangerous-default-value`` false negative when `*` is used. (#7856)Dani Alcala2022-11-271-1/+1
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-278-11/+115
* Fix ``logging-fstring-interpolation`` false positive (#7846)Dani Alcala2022-11-261-6/+24
* Prevent `used-before-assignment` for variables defined in assignment expressi...Jacob Walls2022-11-251-4/+4
* Enable dict-init-mutate extension (#7844)Nick Drozd2022-11-251-2/+2
* Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-241-9/+7
* Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-241-0/+5
* Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-231-0/+66
* Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-231-4/+14
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-221-1/+121
* Create `TERMINATING_FUNCS_QNAMES` (#7825)Dani Alcala2022-11-221-3/+8
* Add extension checker for nested min/max (#7550)Osher De Paz2022-11-211-0/+95
* New checker `unbalanced dict unpacking` (#7750)Dani Alcala2022-11-201-19/+98
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-191-10/+1
* Deprecation following the separation of emacs related file to https://github....Pierre Sassoulas2022-11-192-0/+18
* Better error message for unpacking-non-sequence and unbalanced-tuple-unpackin...Pierre Sassoulas2022-11-191-14/+13
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-191-1/+1