summaryrefslogtreecommitdiff
path: root/doc/data
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-164-0/+15
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-162-0/+10
* Uniformize message and remove useless details.rstPierre Sassoulas2023-05-033-9/+0
* [doc] Add warning for empty sequences in 'use-implicit-booleaness-not-compari...Pierre Sassoulas2023-05-023-4/+7
* Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-027-18/+17
* Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-027-18/+17
* [doc] Apply black on the documentation where it makes sense (#8650)Pierre Sassoulas2023-05-02148-161/+221
* [Doc] Improving implicit-str-concat/details.rst (#8649)Lucas Cimon2023-05-012-1/+13
* [Doc] Create implicit-str-concat/details.rst (#8648)Lucas Cimon2023-05-011-0/+15
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2917-18/+18
* Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-281-5/+5
* Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447)Daniël van Noord2023-03-207-6/+6
* [pre-commit] Configure ruff to sort importPierre Sassoulas2023-03-101-1/+9
* 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