summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump pylint to 2.17.1, update changelog (#8482)v2.17.1Pierre Sassoulas2023-03-226-25/+52
| |
| * Fix incorrect preferred-modules matches (#8481)github-actions[bot]2023-03-221-0/+3
| | | | | | | | | | | | 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-121-0/+10
| | | | | | | | | | (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-112-2/+7
| | | | | | | | | | (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-111-0/+3
| | | | | | | | | | (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-101-0/+4
| | | | | | | | | | (cherry picked from commit ab20812ad0e9ca17cc3bc32dbf34be575dcea502) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* | [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-221-0/+5
| |
* | Fix incorrect preferred-modules matchesDaniël van Noord2023-03-211-0/+3
| | | | | | | | Co-authored-by: d33bs <dave.bunten@cuanschutz.edu>
* | [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-211-0/+4
| |
* | [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-211-0/+4
| |
* | [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-211-0/+4
| |
* | [deprecation] Make 'py_version' required for ↵Pierre Sassoulas2023-03-211-0/+6
| | | | | | | | 'MessageDefinition.may_be_emitted' (#8473)
* | [deprecation] end_line and end_col_offset required in functional tests (#8466)Pierre Sassoulas2023-03-202-1/+6
| |
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by ↵Pierre Sassoulas2023-03-201-0/+5
| | | | | | | | 'pylint' (#8465)
* | [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-201-0/+3
| | | | | | 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-201-0/+3
| |
* | [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-0/+5
| | | | | | Also remove related tests, and simplify existing one
* | 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>
* | 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>
* | Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-0/+10
| |
* | Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-112-2/+7
| |
* | Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-111-0/+3
| |
* | [pre-commit] Configure ruff to sort importPierre Sassoulas2023-03-101-1/+9
| | | | | | | | 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-101-0/+5
| | | | | | | | | | | | | | 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-102-1/+4
| |
* | Clear LRU caches on pylint utilities (#8420)Jacob Walls2023-03-101-0/+4
| |
* | pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-091-0/+3
| | | | | | | | MessageStyle (#8412)
* | [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-091-0/+7
| | | | | | | | | | * [overgeneral-exceptions] Only handle qualified names * fix changelog
* | Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-0/+24
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-081-0/+5
| | | | | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* | [Reporter] Remove 'set_output' in favor of reporter.outPierre Sassoulas2023-03-081-0/+3
| |
* | [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-082-1/+11
| |
* | Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-082-14/+12
| | | | | | | | | | * Remove all old config parsing code * Temporarily disable a test
* | Add and expose ``py.typed`` (#8402)Daniël van Noord2023-03-081-0/+3
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | [deprecation] Remove ``get_message_definitions`` from ``BaseChecker`` (#8401)Pierre Sassoulas2023-03-081-0/+4
| |
* | [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-084-96/+7
| | | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* | [release documentation] Upgrade for post release branch deletion (#8399)Pierre Sassoulas2023-03-082-3/+5
| |
* | Upgrade tbump and the documentation for 3.0.0 dev branchPierre Sassoulas2023-03-081-0/+1
| |
* | [changelog] Add the documentation page for 3.0.0Pierre Sassoulas2023-03-083-0/+27
|/
* Proper release date and summary for 2.17.0v2.17.0Pierre Sassoulas2023-03-081-2/+18
|
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-0730-98/+185
|
* Add regression test for #5288 (#8385)Jacob Walls2023-03-071-0/+4
|
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-0/+3
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Merge remote-tracking branch 'upstream/maintenance/2.16.x' into mainMarc Mueller2023-03-061-0/+14
|\
| * Bump pylint to 2.16.4, update changelog (#8389)v2.16.4Marc Mueller2023-03-062-3/+14
| |
| * Fix invalid type false positive (#8206) (#8386)Marc Mueller2023-03-061-0/+3
| | | | | | | | | | (cherry picked from commit e64f0437388298c7f8514a6755c3c27a0d9a35f2) Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
* | Document ignoring pragmas for calculating line length (#8380)Jacob Walls2023-03-041-0/+2
| |
* | [doc] Add an example for 'missing-format-string-key' (#8379)Pierre Sassoulas2023-03-033-2/+14
| |