summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-101-0/+5
* | 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
* | [release doc] Add a paragraph for label maintenance (#8422)Pierre Sassoulas2023-03-101-0/+4
* | [colorize_ansi] Remove the possibility to use anything else than a MessageSty...Pierre Sassoulas2023-03-091-0/+3
* | [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-091-0/+7
* | Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-0/+24
* | [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-081-0/+5
* | [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
* | Add and expose ``py.typed`` (#8402)Daniël van Noord2023-03-081-0/+3
* | [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
* | [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
* 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
* | 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
* | Merge maintenance 2.16.x in main (#8377)Pierre Sassoulas2023-03-031-0/+24
|\ \
| * \ Merge 'maintenance/2.16.x' following 2.16.3 releasePierre Sassoulas2023-03-031-0/+24
| |\ \ | | |/
| | * Bump pylint to 2.16.3, update changelog (#8375)v2.16.3Pierre Sassoulas2023-03-033-6/+24
| | * [spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)github-actions[bot]2023-03-021-0/+3
| | * Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)Pierre Sassoulas2023-02-271-0/+3
* | | Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-031-0/+3
|/ /
* | Bump sphinx from 5.3.0 to 6.1.3dependabot[bot]2023-03-021-1/+1
* | Update myst-parser requirement from ~=0.18 to ~=0.19 (#8374)dependabot[bot]2023-03-021-1/+1
* | [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-021-4/+3
* | [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-0/+3
* | Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-012-0/+10
* | Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-271-0/+3
* | Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-263-7/+20
* | Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-266-0/+25
* | Add new check "implicit-flag-alias" (#8345)James Addison2023-02-263-0/+19
* | [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-259-19/+21
* | Document the governance model and the path to maintainership (#8329)Pierre Sassoulas2023-02-243-0/+116
* | [PR documentation] Add advice to keep the pull requests small (#8330)Pierre Sassoulas2023-02-231-12/+20
* | Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-231-0/+3
* | [doc] Add an example for suppressed-message (#8328)Pierre Sassoulas2023-02-223-2/+14