summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipenforce-the-confidence-in-add-messagePierre Sassoulas2022-12-043-0/+39
* [test] Enforce the confidence level being set in 'add_message'Pierre Sassoulas2022-12-041-0/+4
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-043-1/+16
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-034-0/+26
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-305-1/+121
* Cut oldstyle checksNick Drozd2022-11-303-18/+3
* Define Protocol as abstract to prevent abstract-method FP (#7839)Dani Alcala2022-11-306-15/+71
* Rephrase Functional tests section in writing_test docs page (#7870)orSolocate2022-11-301-10/+11
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-3014-27/+88
* [doc] clearer message for 'method-cache-max-size-none' warning (#7861)Pierre Sassoulas2022-11-292-3/+9
* add docs for too many nested blocksclavedeluna2022-11-293-2/+16
* add docs for wrong-exception-opclavedeluna2022-11-293-2/+8
* Merge maintenance 2.15.x in main following 2.15.7 release (#7865)Pierre Sassoulas2022-11-293-1/+37
|\
| * Merge branch 'maintenance/2.15.x' in main following 2.15.7 releasePierre Sassoulas2022-11-293-1/+37
| |\ |/ /
| * Bump pylint to 2.15.7, update changelog (#7845)v2.15.7Pierre Sassoulas2022-11-298-16/+38
| * Revert "Fix crash when using ``enumerate`` with ``start`` and a class attribu...Pierre Sassoulas2022-11-293-29/+9
| * Fix ``logging-fstring-interpolation`` false positive (#7846) (#7854)github-actions[bot]2022-11-274-6/+36
| * Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-253-9/+29
| * Execute tests on maintenance branche's PRPierre Sassoulas2022-11-241-1/+1
| * Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-243-0/+18
| * Upgrade the versions of astroid and dill (#7838)Pierre Sassoulas2022-11-242-3/+3
| * Add ``content: write`` rights for backporting job (#7826)Pierre Sassoulas2022-11-241-1/+2
| * Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-234-8/+39
| * Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-236-32/+107
| * Do not run primers tests on backporting branchesPierre Sassoulas2022-11-232-2/+4
| * Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-234-16/+30
| * [github actions] Permit to launch tests when backporting on maintenance branc...Pierre Sassoulas2022-11-226-6/+33
* | ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-11-296-15/+10
* | [pre-commit.ci] pre-commit autoupdate (#7862)pre-commit-ci[bot]2022-11-291-2/+2
* | Fix ``dangerous-default-value`` false negative when `*` is used. (#7856)Dani Alcala2022-11-274-1/+16
* | Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-2716-18/+127
* | Fix ``logging-fstring-interpolation`` false positive (#7846)Dani Alcala2022-11-264-6/+36
* | Prevent `used-before-assignment` for variables defined in assignment expressi...Jacob Walls2022-11-253-8/+9
* | Enable dict-init-mutate extension (#7844)Nick Drozd2022-11-252-2/+3
* | Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-243-9/+21
* | Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-243-0/+18
* | Upgrade the versions of astroid and dill (#7838)Pierre Sassoulas2022-11-243-6/+4
* | Add ``content: write`` rights for backporting job (#7826)Pierre Sassoulas2022-11-243-3/+6
* | Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-2310-0/+136
* | 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-236-5/+10
* | Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-234-8/+39
* | Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-2212-7/+223
* | [github actions] Permit to launch tests when backporting on maintenance branc...Pierre Sassoulas2022-11-226-10/+6
* | Create `TERMINATING_FUNCS_QNAMES` (#7825)Dani Alcala2022-11-221-3/+8
* | Fix end_col_offset deprecation msg (#7823)Dani Alcala2022-11-221-1/+1
* | [pre-commit.ci] pre-commit autoupdate (#7816)pre-commit-ci[bot]2022-11-221-1/+1
* | Bump mypy from 0.990 to 0.991 (#7812)dependabot[bot]2022-11-211-1/+1
* | Add extension checker for nested min/max (#7550)Osher De Paz2022-11-216-0/+130