summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Work in progress add testsissue-8419Pierre Sassoulas2023-03-101-0/+9
* [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
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-1012-49/+59
* 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
* [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-092-80/+35
* 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
* [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-092-17/+19
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-0914-362/+26
* [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-082-20/+5
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-086-78/+10
* [Reporter] Remove 'set_output' in favor of reporter.outPierre Sassoulas2023-03-083-23/+3
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-0820-364/+23
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-0827-1869/+64
* Add and expose ``py.typed`` (#8402)Daniël van Noord2023-03-083-1/+5
* [deprecation] Remove ``get_message_definitions`` from ``BaseChecker`` (#8401)Pierre Sassoulas2023-03-083-25/+4
* [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-089-430/+8
* [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-083-2/+3
* [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-0738-120/+228
* Add regression test for #5288 (#8385)Jacob Walls2023-03-073-0/+17
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-0717-81/+87
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-077-11/+14
* [pre-commit.ci] pre-commit autoupdate (#8393)pre-commit-ci[bot]2023-03-071-3/+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-065-6/+17
| * Fix invalid type false positive (#8206) (#8386)Marc Mueller2023-03-069-8/+57
* | Cancel previous tests when pushing to PRsJacob Walls2023-03-052-0/+8
* | 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-036-9/+27
| | * [spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)github-actions[bot]2023-03-023-37/+28
| | * Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)Pierre Sassoulas2023-02-276-7/+14
| | * [test] Use an empty pylintrc so tests to not depend on system's conf (#8350) ...github-actions[bot]2023-02-274-5/+14
| | * [test] Permits to debug more easily 'test_allow_reexport_package' (#8347) (#8...github-actions[bot]2023-02-261-1/+1
* | | Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-035-11/+36
|/ /
* | 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-025-51/+20
* | [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-023-37/+28
* | Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-0213-17/+33
* | Refactor the `_check_protected_attribute_access` method to reduce indentation...Mark Byrne2023-03-011-67/+69