summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump pylint to 2.17.1, update changelog (#8482)v2.17.1Pierre Sassoulas2023-03-229-28/+55
| |
| * Fix incorrect preferred-modules matches (#8481)github-actions[bot]2023-03-223-1/+29
| | | | | | | | | | | | Co-authored-by: d33bs <dave.bunten@cuanschutz.edu> (cherry picked from commit d64c0cc1484b0cbea5fd3a9dfac4c0d6ddc7d1aa) Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
| * Deprecate redundant type checking guard utils (#8433) (#8439)github-actions[bot]2023-03-126-22/+53
| | | | | | | | | | (cherry picked from commit b968fa062f801626426ef399401c4530e13fcc49) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
| * Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-117-4/+30
| | | | | | | | | | (cherry picked from commit b312b9a66472e17d02461258d2156d670481a7f6) Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
| * Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)github-actions[bot]2023-03-113-1/+17
| | | | | | | | | | (cherry picked from commit 4c56ba82d7aac50b1ea34e929833c91418e1d117) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
| * Clear LRU caches on pylint utilities (#8420) (#8427)github-actions[bot]2023-03-103-1/+26
| | | | | | | | | | (cherry picked from commit ab20812ad0e9ca17cc3bc32dbf34be575dcea502) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* | [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-223-60/+21
| |
* | Upgrade TODO for pylint 2.X to pylint 3.0 (#8480)Pierre Sassoulas2023-03-223-3/+3
| | | | | | Closes #8335
* | Fix incorrect preferred-modules matchesDaniël van Noord2023-03-213-1/+29
| | | | | | | | Co-authored-by: d33bs <dave.bunten@cuanschutz.edu>
* | [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-212-19/+5
| |
* | [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-212-10/+4
| |
* | [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-213-19/+6
| |
* | [deprecation] Make 'py_version' required for ↵Pierre Sassoulas2023-03-212-18/+8
| | | | | | | | 'MessageDefinition.may_be_emitted' (#8473)
* | Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-218-2/+16
| |
* | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-03-211-2/+2
| | | | | | | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.257](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.257) - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.257](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.257)
* | [test multiprocessing] Fix tests for unpickable plugins (#8470)Pierre Sassoulas2023-03-211-4/+3
| |
* | [test] Removes 'test_pylint_config_attr' (#8468)Pierre Sassoulas2023-03-201-23/+0
| | | | | | See fc0ed97, it's not relevant anymore.
* | [deprecation] Make '_format-option-value' private and update TODOs (#8469)Pierre Sassoulas2023-03-202-3/+1
| |
* | [mypy] Remove some useless assertions in pylint 3.0 (#8467)Pierre Sassoulas2023-03-201-13/+2
| |
* | [deprecation] end_line and end_col_offset required in functional tests (#8466)Pierre Sassoulas2023-03-203-19/+8
| |
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by ↵Pierre Sassoulas2023-03-204-23/+11
| | | | | | | | 'pylint' (#8465)
* | [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-202-24/+5
| | | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* | [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-203-23/+8
| |
* | [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-204-104/+11
| | | | | | Also remove related tests, and simplify existing one
* | [cleanup] Remove the script for checking changelog (#8461)Pierre Sassoulas2023-03-202-109/+0
| | | | | | | | | | | | | | | | | | There's no more changelog to check. Since 2.16 we use tbump to generate the changelog from fragments and there's a script to check fragment 'check-newsfragments'. We should not modify the legacy changelog, or very little. Refs #8335
* | Bump actions/cache from 3.2.5 to 3.3.1 (#8445)dependabot[bot]2023-03-207-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.3.1. - [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.5...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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.3.0 to 3.4.0 (#8459)dependabot[bot]2023-03-209-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.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.3.0...v3.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447)Daniël van Noord2023-03-207-6/+6
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-1419-33/+38
| |
* | [cyclic-import] Break cycle between pylint.checkers.util / variables (#8448)Pierre Sassoulas2023-03-142-24/+21
| |
* | [pre-commit.ci] pre-commit autoupdate (#8452)pre-commit-ci[bot]2023-03-142-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.255) - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.255) - [github.com/rstcheck/rstcheck: v6.1.1 → v6.1.2](https://github.com/rstcheck/rstcheck/compare/v6.1.1...v6.1.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.1.1) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | Update myst-parser requirement from ~=0.19 to ~=1.0 (#8446)dependabot[bot]2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.19.0...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Increase new primer timeout to 120mJacob Walls2023-03-121-1/+1
| |
* | Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-126-22/+54
| |
* | Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-117-4/+30
| |
* | Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-113-1/+17
| |
* | [pre-commit requirements] Unpin dependencies to avoid having to maintain themPierre Sassoulas2023-03-101-10/+10
| |
* | [pre-commit] Configure ruff to sort importPierre Sassoulas2023-03-104-9/+33
| | | | | | | | I'm not sure if ruff handle first party / third parties, but it's good enough for the doc
* | `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-1012-49/+59
| | | | | | | | | | | | | | Using Paul Tol's colorblind palette. Also enable both hex codes and css/html color names Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* | pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-1012-405/+5
| |
* | Clear LRU caches on pylint utilities (#8420)Jacob Walls2023-03-103-1/+26
| |
* | pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-107-5/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | * pyreverse: Add show-stdlib option * Switch to astroid.modutils.is_standard_module * Add tests * Fix quotes in whatsnew fragment * Update for astroid 2.15.0 * Recategorize news fragment
* | [release doc] Add a paragraph for label maintenance (#8422)Pierre Sassoulas2023-03-101-0/+4
| | | | | | | | | | Refs #8420 Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* | [colorize_ansi] Remove the possibility to use anything else than a ↵Pierre Sassoulas2023-03-092-80/+35
| | | | | | | | MessageStyle (#8412)
* | Removing files from coveragerc since they have been deleted (#8417)Ollie2023-03-091-6/+0
| |
* | Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-099-43/+7
| | | | | | Refs #8404
* | [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-092-17/+19
| | | | | | | | | | * [overgeneral-exceptions] Only handle qualified names * fix changelog
* | Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-0914-362/+26
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-082-20/+5
| | | | | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* | [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-086-78/+10
| |