summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.0.0a4 (2.9.0 + breaking changes)v3.0.0-a4Pierre Sassoulas2021-06-293-4/+6
* Fix exporting to JSON does not honor score option (3504)Pierre Sassoulas2021-06-297-11/+66
* Move back to a dev version and upgrade documentationPierre Sassoulas2021-06-294-3/+34
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-2916-17/+40
* Upgrade documentation for the new release scriptPierre Sassoulas2021-06-291-19/+8
* Normalize the changelog and fix old oversightPierre Sassoulas2021-06-291-105/+2
* Upgrade the copyrite alias with Mark BrynePierre Sassoulas2021-06-291-50/+41
* Upgrade the release script using what was done in astroidPierre Sassoulas2021-06-291-40/+119
* Updated Changelog and whatsnewMatus Valo2021-06-292-0/+4
* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3Matus Valo2021-06-291-1/+24
* Bump cache versionMarc Mueller2021-06-291-1/+1
* Upgrade astroid to 2.6.1Pierre Sassoulas2021-06-292-2/+2
* Add a regression test following issue #4610Pierre Sassoulas2021-06-291-1/+8
* Add a functional test for deprecated_methodsPierre Sassoulas2021-06-292-13/+22
* Fix a syntax error in unittest_deprecated.py test codePierre Sassoulas2021-06-291-1/+1
* Fixed failing unittestsMatus Valo2021-06-291-1/+5
* Updated whatsnew and changelogMatus Valo2021-06-292-0/+8
* Added support for deprecated method aliasMatus Valo2021-06-292-5/+34
* Issue #4541: add ``ignore-paths`` option to example pylintrc file.DudeNr332021-06-291-0/+4
* Omit 'checker' in verbatim name of ``ConfusingConsecutiveElifChecker`` as it ...DudeNr332021-06-291-1/+1
* Issue #3747 fix example regex for snakeCase naming style.DudeNr332021-06-291-1/+1
* Fix improperly formatted bullet points that span multiple linesDudeNr332021-06-291-2/+2
* [pre-commit.ci] pre-commit autoupdate (#4622)pre-commit-ci[bot]2021-06-281-1/+1
* Bump mypy from 0.902 to 0.910 (#4621)dependabot[bot]2021-06-282-2/+2
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-275-0/+33
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-267-28/+177
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-257-21/+51
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-254-3/+74
* Add a '__repr__' function in DocstringPierre Sassoulas2021-06-251-0/+3
* Add regression tests for issue #2913Pierre Sassoulas2021-06-252-0/+20
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-233-1/+16
* Add code analysis provided by GitHub(#4605)Pierre Sassoulas2021-06-221-0/+71
* Upgrade astroid to 2.6.0 (#4602)Pierre Sassoulas2021-06-223-2/+4
* [pre-commit.ci] pre-commit autoupdate (#4601)pre-commit-ci[bot]2021-06-213-4/+4
* Bump types-pkg-resources from 0.1.2 to 0.1.3 (#4600)dependabot[bot]2021-06-211-2/+2
* Update pytest-xdist requirement from ~=2.2 to ~=2.3 (#4597)dependabot[bot]2021-06-211-1/+1
* Bump actions/download-artifact from 2.0.9 to 2.0.10 (#4595)dependabot[bot]2021-06-211-1/+1
* Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#4596)dependabot[bot]2021-06-211-2/+2
* Bump isort from 5.8.0 to 5.9.0 (#4598)dependabot[bot]2021-06-211-1/+1
* Bump types-toml from 0.1.2 to 0.1.3 (#4599)dependabot[bot]2021-06-211-1/+1
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-205-49/+4
* Recognize cached_property as property (#4594)Marc Mueller2021-06-195-1/+32
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-178-8/+47
* Fix update a functional test with no expected outputPierre Sassoulas2021-06-171-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-1730-5/+37
* Add alias for bots in copyrite aliasesPierre Sassoulas2021-06-171-0/+8
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-174-9/+6
* Add tbump script for bumbing versionPierre Sassoulas2021-06-174-45/+152
* Add a release step in Github ActionsPierre Sassoulas2021-06-172-36/+37