summaryrefslogtreecommitdiff
path: root/doc/data
Commit message (Expand)AuthorAgeFilesLines
* [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)github-actions[bot]2023-03-281-5/+5
* 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
* [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-021-4/+3
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-6/+16
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-263-0/+7
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-262-0/+14
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-257-2/+5
* [doc] Add an example for suppressed-message (#8328)Pierre Sassoulas2023-02-223-2/+14
* Add documentation for 'too-many-lines' (#8323)Ollie2023-02-217-2/+39
* [doc] Add an example for 'duplicate-code'Pierre Sassoulas2023-02-207-2/+66
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-174-2/+76
* [doc] 'file-ignored' and 'import-private-name' (#8304)Ollie2023-02-167-4/+22
* [doc] 'truncated-format-string' and 'logging-unsupported-format' (#8295)Ollie2023-02-156-4/+12
* [doc] missing-any-param-doc, missing-kwon, subprocess-popen-preexec-fn, typev...Ollie2023-02-1413-8/+40
* [doc] deprecated-... class, decorator, method, pragma and typing-alias (#8284)Ollie2023-02-1419-11/+43
* [doc] Do not use real code for 'self-import' (#8286)Pierre Sassoulas2023-02-133-7/+12
* [doc] consider ...-alternative-union-syntax, -alias and namedtuple-or-datacla...Ollie2023-02-1312-6/+50
* Fix ``duplicate-string-formatting-argument`` comment mistakenly left in good....Ollie2023-02-131-1/+0
* Add documentation for duplicate-string-formatting-argument and bidirectional-...Ollie2023-02-126-4/+43
* Doc for 'unexpected-line-ending-format' (#8255)Robert Hofer2023-02-125-2/+9
* Add example for deprecated-module (#8247)Ollie2023-02-094-2/+8
* doc for boolean-datetimeRobert Hofer2023-02-085-2/+20
* doc for unsupported-binary-operationRobert Hofer2023-02-084-2/+6
* Adding documentation for invalid-character-sub and invalid-character-zero-wid...Ollie2023-02-086-4/+4
* Add documentation for invalid-character-backspace and invalid-character-esc (...Ollie2023-02-086-4/+4
* Add doc for inline message suppression (#8239)Robert Hofer2023-02-086-4/+23
* add doc for message use-sequence-for-iteration (#8233)Robert Hofer2023-02-083-2/+12
* Add docs for 'inconsistent-quotes' (#8222)Ollie2023-02-074-2/+8
* [too-many-public-methods] Add an example for the message (#8214)Pierre Sassoulas2023-02-075-2/+89
* Add doc for message unused-format-string-key (#8218)Robert Hofer2023-02-073-2/+3
* Add ``docstring-first-line-empty`` doc exampleDaniël van Noord2023-02-064-2/+20
* Add ``differing-type-doc`` doc exampleDaniël van Noord2023-02-064-2/+18
* Add ``differing-param-doc`` doc exampleDaniël van Noord2023-02-064-2/+18
* Add ``inconsistent-mro`` doc exampleDaniël van Noord2023-02-063-2/+20
* Add ``bad-mcs-method-argument`` doc exampleDaniël van Noord2023-02-063-2/+6
* Add ``bad-mcs-classmethod-argument`` doc exampleDaniël van Noord2023-02-063-2/+8
* Add doc for message missing-final-newline (#8195)Robert Hofer2023-02-064-2/+23
* missing-parentheses-for-call-in-test] Generate imaginative example with GhatGPTPierre Sassoulas2023-02-053-2/+16
* [too-many-statements] Add an example for too-many-statementPierre Sassoulas2023-02-054-2/+56
* [locally-disabled] Generate imaginative example without any fruitPierre Sassoulas2023-02-053-2/+13
* [forgotten-debug-statement] Generate imaginative example without any fruitPierre Sassoulas2023-02-053-2/+20
* Small documentation update for ``using-f-string-in-unsupported-version`` chec...Mark Byrne2023-02-031-1/+1
* [doc using-f-string-in-unsupported-version] Add a good/bad examplePierre Sassoulas2023-02-034-2/+5
* [bad-configuration-section] Only needs details.rstPierre Sassoulas2023-02-032-2/+2
* [parse-error] Remove forgotten good.py with placeholderPierre Sassoulas2023-02-031-1/+0
* Add examples for ``too-complex`` of ``pylint.extensions.mccabe`` (#8144)Tom2023-02-034-2/+87
* [doc] Make sure that doc examples are of a reasonable length (#8135)Pierre Sassoulas2023-01-3014-14/+41
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-282-4/+5
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-0/+11