summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.16.0-b0, update changelogv2.16.0b0Pierre Sassoulas2023-01-139-27/+35
* [changelog] Add a summary of what is new in 2.16Pierre Sassoulas2023-01-131-0/+18
* Upgrade astroid to 2.13.2 (#8030)Pierre Sassoulas2023-01-132-2/+2
* [changelog] Properly label the new checks that are extensionsPierre Sassoulas2023-01-134-0/+0
* [changelog] Fix the ` to `` so it's valid rst syntaxPierre Sassoulas2023-01-135-5/+5
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-124-3/+19
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-123-5/+41
* [pre-commit.ci] pre-commit autoupdate (#8045)pre-commit-ci[bot]2023-01-101-1/+1
* Bump actions/download-artifact from 3.0.1 to 3.0.2 (#8041)dependabot[bot]2023-01-091-1/+1
* [codecov] Use our own token to avoid being rate limited (#8044)Pierre Sassoulas2023-01-091-0/+1
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-093-27/+82
* Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#8042)dependabot[bot]2023-01-093-7/+7
* Bump actions/setup-node from 3.5.1 to 3.6.0 (#8040)dependabot[bot]2023-01-092-2/+2
* Bump actions/cache from 3.2.2 to 3.2.3 (#8038)dependabot[bot]2023-01-097-21/+21
* Bump actions/checkout from 3.2.0 to 3.3.0 (#8039)dependabot[bot]2023-01-099-19/+19
* Merge maintenance 2.15.x in main following 2.15.10 release (#8036)Pierre Sassoulas2023-01-091-0/+38
|\
| * Merge branch 'maintenance/2.15.x' into main following 2.15.10 releasePierre Sassoulas2023-01-091-0/+38
| |\ |/ /
| * Bump pylint to 2.15.10, update changelog (#8034)v2.15.10Pierre Sassoulas2023-01-098-19/+40
| * Fix `used-before-assignment` false positive for walrus operators in ifs (#802...github-actions[bot]2023-01-085-3/+60
| * Backport (#7987) (#8005)Dani Alcala2023-01-027-16/+106
| * Fixes custom braces in user-provided msg-template. (#7976) (#7993)Pierre Sassoulas2022-12-273-8/+25
| * Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975) (#7988)Jacob Walls2022-12-267-11/+46
| * Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-264-11/+18
* | Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-085-3/+60
* | Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-083-1/+12
* | Add new check "pointless-exception-statement" (#7939)James Addison2023-01-0712-4/+50
* | [pre-commit.ci] pre-commit autoupdate (#8016)pre-commit-ci[bot]2023-01-031-1/+1
* | [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-024-17/+1
* | Bump actions/cache from 3.2.1 to 3.2.2 (#8010)dependabot[bot]2023-01-027-21/+21
* | Normalization of line ending with exclusion of test directories (#8007)Zen Lee2023-01-0215-44/+49
* | class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-306-15/+71
* | Add `no-header` run option (#7869)Dani Alcala2022-12-303-9/+35
* | Cover more lines (#7996)Nick Drozd2022-12-289-19/+39
* | [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-283-8/+10
* | [chore] Upgrade the generated documentationPierre Sassoulas2022-12-281-0/+1
* | Cover missing line in dict-init-mutate test (#7994)Nick Drozd2022-12-271-0/+3
* | Use codecov instead of coveralls for coverage reportingDaniƫl van Noord2022-12-274-18/+20
* | Fixes custom braces in user-provided msg-template. (#7976)Dani Alcala2022-12-273-7/+23
* | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-271-2/+2
* | [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-2734-44/+10
* | Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-267-12/+46
* | Update towncrier requirement from ~=22.8 to ~=22.12 (#7986)dependabot[bot]2022-12-262-2/+2
* | Update pre-commit requirement from ~=2.20 to ~=2.21 (#7985)dependabot[bot]2022-12-261-1/+1
* | Bump actions/setup-python from 4.3.1 to 4.4.0 (#7984)dependabot[bot]2022-12-268-18/+18
* | Bump actions/cache from 3.0.11 to 3.2.1 (#7983)dependabot[bot]2022-12-267-21/+21
* | Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-254-5/+17
* | update while-used doc (#7974)Dani Alcala2022-12-241-1/+2
* | ``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)Gideon2022-12-214-24/+42
* | Add documentation for ternary operation messages (#7970)zenlyj2022-12-217-4/+13
* | [pre-commit.ci] pre-commit autoupdate (#7962)pre-commit-ci[bot]2022-12-201-1/+1