summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump pylint to 2.16.0-b1, update changelogv2.16.0b1Pierre Sassoulas2023-01-222-2/+2
|
* [tbump] Accept 1.2.3b4 format when bumping the versionPierre Sassoulas2023-01-221-1/+1
|
* Upgrade astroid to 2.13.3Pierre Sassoulas2023-01-222-2/+2
|
* docs: fix typo (#8092)Mike Frysinger2023-01-211-1/+1
|
* Fix `consider-using-augmented-assign` nested attribute access (#8088)Marc Mueller2023-01-203-18/+17
|
* Fix invalid-name for typing_extensions.TypeVar (#8089)Marc Mueller2023-01-206-4/+30
|
* pointless-exception-statement: filter call inference for better performance ↵James Addison2023-01-203-7/+26
| | | | | | | | | on large codebases (#8078) Filtering to to names that begin with an uppercase character seems to be sufficient, See the full conversation on Github for details. Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* [ci] Use pre-authenticated context for Primer PR (#8085)Marc Mueller2023-01-192-11/+1
|
* Better regex for private attribute check (#8081)Marc Mueller2023-01-192-1/+4
|
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-185-3/+29
| | | | Closes #8067
* [code owner] Remove areveny from her checkers (#8065)Pierre Sassoulas2023-01-171-9/+0
| | | | | No availability for review right now, so the automated review request is a bit much. It's possible to stay a pylint member without being spammed for it.
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-1611-72/+86
| | | 125 is a good start. The check was activated in pylint with value = 100, but flake8 is less lenient than pylint and does not make any exceptions (for docstrings, strings and comments in particular).
* Bump flake8-bugbear from 22.12.6 to 23.1.14 (#8062)dependabot[bot]2023-01-163-3/+5
| | | | | | | | | | | | | | | | | | * Bump flake8-bugbear from 22.12.6 to 23.1.14 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 23.1.14. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.12.6...23.1.14) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump actions/setup-python from 4.4.0 to 4.5.0 (#8061)dependabot[bot]2023-01-168-18/+18
| | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [contributors-txt] Create aliases for duplicate and ambiguous namePierre Sassoulas2023-01-152-3/+17
|
* [contributors-txt] Sort by commit number and upgrade contributorsPierre Sassoulas2023-01-151-31/+31
|
* [contributor-txt] Extract comment for easier reconstructionPierre Sassoulas2023-01-151-3/+294
|
* Upgrade contributors-txt to 1.0.0Pierre Sassoulas2023-01-151-1/+1
| | | | Refs #7362
* [tbump] Fix the regex for semver version to accept '1.2.3a4'Pierre Sassoulas2023-01-151-1/+1
|
* [contributors.txt] Fix aliases and name that were actually email (#8057)Pierre Sassoulas2023-01-142-6/+15
|
* Add a regression tests for issue #2567Pierre Sassoulas2023-01-131-0/+33
|
* 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 ↵fly2023-01-124-3/+19
| | | | | except statement if exception are in different namespace (#8052) Closes #8051
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical ↵orSolocate2023-01-123-5/+41
| | | | types and `\\` in rcfile configuration (#7880)
* [pre-commit.ci] pre-commit autoupdate (#8045)pre-commit-ci[bot]2023-01-101-1/+1
| | | | | | updates: - [github.com/Pierre-Sassoulas/black-disable-checker: v1.1.1 → v1.1.3](https://github.com/Pierre-Sassoulas/black-disable-checker/compare/v1.1.1...v1.1.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump actions/download-artifact from 3.0.1 to 3.0.2 (#8041)dependabot[bot]2023-01-091-1/+1
| | | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [codecov] Use our own token to avoid being rate limited (#8044)Pierre Sassoulas2023-01-091-0/+1
| | | See https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469
* [consider-using-augmented-assign] Do not warn for non-commutative operators ↵Pierre Sassoulas2023-01-093-27/+82
| | | | | | | | | | | (#8037) Or rather, only warn for known commutative operators. Closes #7639 Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com> Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
* Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#8042)dependabot[bot]2023-01-093-7/+7
| | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-node from 3.5.1 to 3.6.0 (#8040)dependabot[bot]2023-01-092-2/+2
| | | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 3.2.2 to 3.2.3 (#8038)dependabot[bot]2023-01-097-21/+21
| | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 3.2.0 to 3.3.0 (#8039)dependabot[bot]2023-01-099-19/+19
| | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
| | | | | | | | | | * Bump pylint to 2.15.10, update changelog * Update doc/whatsnew/2/2.15/index.rst
| * Fix `used-before-assignment` false positive for walrus operators in ifs ↵github-actions[bot]2023-01-085-3/+60
| | | | | | | | | | | | | | | | (#8029) (#8033) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit 6ac908ffe04e18b62419dabac9686b107bee278d) Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
| * Backport (#7987) (#8005)Dani Alcala2023-01-027-16/+106
| | | | | | | | | | | | | | * class attrs should not emit assigning-non-slot msg (#7987) * Create `TERMINATING_FUNCS_QNAMES` (#7825) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
| * Fixes custom braces in user-provided msg-template. (#7976) (#7993)Pierre Sassoulas2022-12-273-8/+25
| | | | | | | | | | | | Closes #5636 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
| * Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975) (#7988)Jacob Walls2022-12-267-11/+46
| | | | | | Co-authored-by: Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
| * Fix `used-before-assignment` if conditional imports guarded again when used ↵Jacob Walls2022-12-264-11/+18
| | | | | | | | | | | | (#7980) (cherry picked from commit e6f0bc5d32965eef37e498e15f05914d4275afb5)
* | Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-085-3/+60
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | Prevent `pyreverse` crash when processing attributes assigned via tuple ↵Andreas Finkler2023-01-083-1/+12
| | | | | | | | unpacking (#8032)
* | Add new check "pointless-exception-statement" (#7939)James Addison2023-01-0712-4/+50
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | [pre-commit.ci] pre-commit autoupdate (#8016)pre-commit-ci[bot]2023-01-031-1/+1
| | | | | | | | | | | | updates: - [github.com/DanielNoord/pydocstringformatter: v0.7.2 → v0.7.3](https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.2...v0.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* | [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-024-17/+1
| | | | | | | | Refs #8013 Refs https://github.com/PyCQA/pylint/pull/7697#discussion_r1010869312
* | Bump actions/cache from 3.2.1 to 3.2.2 (#8010)dependabot[bot]2023-01-027-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>