summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-016-4/+43
* | [pre-commit.ci] pre-commit autoupdate (#8360)pre-commit-ci[bot]2023-02-281-2/+2
* | [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-272-17/+50
* | Update pre-commit requirement from ~=3.0 to ~=3.1 (#8356)dependabot[bot]2023-02-271-1/+1
* | Update coverage requirement from ~=7.1 to ~=7.2 (#8357)dependabot[bot]2023-02-271-1/+1
* | Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-276-7/+14
* | [test] Use an empty pylintrc so tests to not depend on system's conf (#8350)Pierre Sassoulas2023-02-264-5/+14
* | Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-2624-43/+160
* | Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-2611-2/+150
* | [test] Permits to debug more easily 'test_allow_reexport_package' (#8347)Pierre Sassoulas2023-02-261-1/+1
* | Update typing-extensions requirement from ~=4.4 to ~=4.5dependabot[bot]2023-02-261-1/+1
* | Bump mypy from 1.0.0 to 1.0.1 (#8316)dependabot[bot]2023-02-262-2/+2
* | Add new check "implicit-flag-alias" (#8345)James Addison2023-02-266-8/+131
* | Update self in .contributors_aliases.json (#8344)James Addison2023-02-261-0/+4
* | Fixing some too long lines (#8339)Ollie2023-02-2517-48/+79