summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.14.0, update changelogv2.14.0Pierre Sassoulas2022-06-011-1/+1
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-311-0/+2
* Add typing to ``basic_error_checker`` and ``docstring_checker``Daniël van Noord2022-05-312-21/+29
* [refactor] Use a generator for '_has_variadic_argument' (#6770)Pierre Sassoulas2022-05-311-9/+6
* Add typing to ``basic_checker``Daniël van Noord2022-05-311-17/+35
* Reraise failures in astroid as `AstroidError`Jacob Walls2022-05-303-2/+15
* Fix `pyreverse` type annotations for attributes using alternative union synta...Andreas Finkler2022-05-293-10/+9
* [simplifiable-if-expression] Add reference to implicit cast to bool in descri...Pierre Sassoulas2022-05-291-1/+2
* Move ``pylint_primer_tests`` into ``tests``Daniël van Noord2022-05-281-1/+1
* Fix return type annotations in MermaidJS diagrams.DudeNr332022-05-271-1/+1
* Refactor and deprecate resolving of interface implementations in `pyreverse` ...Andreas Finkler2022-05-271-24/+17
* Remove unnecessary base class and dead code in `pylint.pyreverse.utils` (#6712)Andreas Finkler2022-05-271-43/+6
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-274-7/+40
* Cache and store primer packages via the default branch (#6703)Daniël van Noord2022-05-271-3/+4
* Fix a crash in `unused-private-member` with chained private attributes (#6710)Jacob Walls2022-05-261-1/+1
* Add typing to ``comparison_checker`` (#6694)Daniël van Noord2022-05-251-14/+30
* Add typing to various checkers (#6695)Daniël van Noord2022-05-253-20/+29
* Add typing to ``name_checker`` (#6687)Daniël van Noord2022-05-242-35/+57
* Add typing to ``_check_docs_utils``Daniël van Noord2022-05-241-45/+45
* Add typing to ``async`` and ``deprecated`` checkers (#6684)Daniël van Noord2022-05-242-10/+12
* Add typing to ``design_analysis``Daniël van Noord2022-05-241-21/+11
* Add a TODO for options_by_sectionPierre Sassoulas2022-05-241-0/+3
* [refactor] Create a function to get the main checker documentationPierre Sassoulas2022-05-241-15/+19
* [doc] Remove trailing line feeds in generated RSTsPierre Sassoulas2022-05-241-1/+1
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-238-28/+47
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-2330-46/+113
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-239-10/+1
* Allow specifying an output file when generating a configuration file (#6662)Daniël van Noord2022-05-222-4/+58
* Add ``ParamSpec`` to decoratorDaniël van Noord2022-05-221-4/+10
* Make ``_generate_config_file`` return a stringDaniël van Noord2022-05-223-4/+4
* Retry user input if it is not correctDaniël van Noord2022-05-221-3/+32
* Add ``generate`` subparser to ``pylint-config``Daniël van Noord2022-05-215-0/+111
* Add setup and --help command to pylint-configDaniël van Noord2022-05-215-4/+138
* Add ``pylint-config`` commandDaniël van Noord2022-05-212-1/+26
* Fix ``unexpected-special-method-signature`` false positive for ``__init_subcl...Mark Byrne2022-05-201-2/+1
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-181-1/+1
* Run linking and diadef handling with patched `sys.path` (#6617)Andreas Finkler2022-05-172-3/+5
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-175-6/+53
* Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)Tim Martin2022-05-151-47/+62
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-154-4/+8
* Add typing to `pylint.pyreverse.inspector` (#6614)Andreas Finkler2022-05-152-27/+49
* Remove utils.subscriptable_with_postponed_evaluation_enabled (#6607)Marc Mueller2022-05-131-9/+5
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-131-0/+6
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-3/+3
* Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+7
* Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...Jacob Walls2022-05-131-0/+1
* Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-131-5/+6
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-132-7/+28
* Raise use_a_generator for `sum()`, `max()`, `min()` (#6595)Matus Valo2022-05-131-5/+7
* Write the exception message to stderr in `ASTWalker.walk` (#6598)Yilei "Dolee" Yang2022-05-121-1/+5