summaryrefslogtreecommitdiff
path: root/pylint/checkers/design_analysis.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+4
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+22
* Async context manager typo (#5164)Youngsoo Sung2021-10-171-1/+1
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-3/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)Andrew Haigh2021-09-241-6/+19
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+2
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-1/+2
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-11/+11
* Upgrade ignored-parents help description (#4926)Melvin2021-08-281-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-4/+42
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+1
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-1/+1
* Fixed false negative of consider-using-enumerate on attributes (#4508)yushao22021-05-261-1/+1
* Fix too-many-ancestorsMarc Mueller2021-04-281-2/+88
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-5/+6
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-061-2/+3
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Squash multiple checks for special classes into a single functionClaudiu Popa2019-09-241-51/+10
* Disable too-few-public-methods for data classes. Close #3025Claudiu Popa2019-09-241-2/+3
* Excluded `attrs` from `too-few-public-methods` check. Close #2988.Claudiu Popa2019-07-061-7/+14
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-6/+4
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-191-1/+2
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-1/+1
* ``too-few-public-methods`` is not reported for ``typing.NamedTuple``Claudiu Popa2018-09-181-2/+15
* Move is_dataclass and is_enum_class back to where they are usedClaudiu Popa2018-09-181-5/+56
* Reformat the code with blackClaudiu Popa2018-09-171-147/+245
* Update copyright noticesClaudiu Popa2018-07-151-1/+6
* standardize help strings a bit (#2207)Mike Frysinger2018-06-201-21/+21
* Fix handling of inline scopes in too-many-statements (#1979)Mark Miller2018-05-171-9/+15
* `too-few-public-methods` is not emitted for dataclasses.Claudiu Popa2018-05-091-2/+6
* Move the methods counting into its own functionClaudiu Popa2018-05-091-8/+12
* Enum classes no longer trigger too-few-methodsAshley Whetter2018-05-071-3/+12
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Fix incorrect indefinite articlesJakub Wilk2018-01-211-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+7
* Move the check in typecheck moduleClaudiu Popa2017-09-151-10/+0
* Adding a warning about keyword argument appearing before variable args list i...ahirnish2017-09-151-1/+11