summaryrefslogtreecommitdiff
path: root/pylint/checkers/format.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-5/+5
* Tighten design constraints (#8115)Nick Drozd2023-01-281-1/+1
* ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-11-291-11/+5
* Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-131-0/+2
* [flake8-bugbear] Disable false positive for variable inside loopPierre Sassoulas2022-11-051-1/+1
* [flake8-bugbear] Simplify line_length_warning in the formatting checkerPierre Sassoulas2022-11-051-9/+5
* Don't report ``trailing-whitespaces`` within strings (#7342)Daniël van Noord2022-08-311-16/+14
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniël van Noord2022-08-221-1/+11
* Add type annotations to `format.py` module. (#7251)Mark Byrne2022-08-011-35/+38
* Update docstring of `_check_keyword_parentheses` (#6975)Marco Pernigotti2022-06-181-2/+1
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-2/+6
* Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-04-271-1/+9
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-3/+3
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+2
* [refactor] Remove unused constants in the FormatCheckerPierre Sassoulas2022-04-251-49/+0
* Use sets for membership tests for TOKENS because it's faster on setPierre Sassoulas2022-04-251-3/+3
* More simplification of token_handlerPierre Sassoulas2022-04-251-10/+2
* Simplification of the token_handlers variablePierre Sassoulas2022-04-251-3/+1
* Remove '_prepare_token_dispatcher' used only oncePierre Sassoulas2022-04-251-10/+5
* Use list comprehension when possible for performance reasonPierre Sassoulas2022-04-251-6/+9
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+0
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-5/+5
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-3/+3
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-9/+9
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-4/+6
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-1/+1
* Use ``argparse`` config handler in ``imports.py`` & ``exceptions.py``Daniël van Noord2022-04-021-10/+10
* Add new message called duplicate-value for sets (#5928)Konstantina Saketou2022-04-021-4/+2
* Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...Jacob Walls2022-03-261-13/+10
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-44/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-2/+6
* Fix the period added in docstring automatically by mistake (#5790)Pierre Sassoulas2022-02-101-1/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-9/+9
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-20/+9
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+6
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Add ``future=True`` to all ``NodeNG.statement()`` calls (#5310)Daniël van Noord2021-12-161-1/+3
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-4/+4
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+3
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-2/+2
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-5/+8
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-1/+1