summaryrefslogtreecommitdiff
path: root/pylint/checkers/design_analysis.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a false negative for ``too-many-arguments`` and positional-only and keywo...Mark Byrne2023-05-151-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fixes ``method-cache-max-size-none`` false positive (#7908)Dani Alcala2022-12-091-2/+2
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-2/+2
* Add typing to ``design_analysis``Daniƫl van Noord2022-05-241-21/+11
* Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+5
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-281-4/+4
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniƫl van Noord2022-04-251-1/+4
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-6/+6
* Remove ``IAstroidChecker`` from ``__implements__``Daniƫl van Noord2022-04-191-3/+0
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-1/+1
* Deprecate ``get_global_option``Daniƫl van Noord2022-04-151-4/+3
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-141-1/+2
* Replace .namespace with .config (#6316)Daniƫl van Noord2022-04-141-21/+21
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniƫl van Noord2022-04-141-6/+8
* Remove the ``future_option_parsing`` keyword (#6253)Daniƫl van Noord2022-04-111-1/+1
* Use ``argparse`` config handler in ``design_analysis.py`` (#6118)Daniƫl van Noord2022-04-021-22/+25
* Remove the concept of checker priority (#6034)Daniƫl van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-27/+1
* Simplify ``cached_property`` import guards (#5915)Daniƫl van Noord2022-03-141-2/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniƫl van Noord2022-03-131-1/+3
* Use ``functools.cached_property`` on 3.8+ (#5907)Daniƫl van Noord2022-03-121-1/+8
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-16/+16
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-3/+2
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-1/+1
* 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