summaryrefslogtreecommitdiff
path: root/pylint/checkers/strings.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-7/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-3/+3
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-6/+6
* Tighten design constraints (#8115)Nick Drozd2023-01-281-1/+2
* [use-implicit-booleaness] Fix comparison to empty strings across the codebase...Pierre Sassoulas2022-11-071-3/+3
* [flake8-bugbear] Fix unused variable in string and type checkerPierre Sassoulas2022-11-051-5/+5
* [flake8-bugbear] Disable false positive for variable inside loopPierre Sassoulas2022-11-051-1/+1
* Finish typing across the codebaseDaniël van Noord2022-09-091-2/+5
* Partial typing of ``strings.py`` (#7210)Daniël van Noord2022-07-201-18/+35
* Prepare the functional test for #6444Pierre Sassoulas2022-05-021-7/+6
* Define the confidence in 'implicit-str-concat'Pierre Sassoulas2022-05-021-1/+5
* Resolve false negative for implicit str concat inside callsPierre Sassoulas2022-05-021-0/+4
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Add typing to 'check_for_concatenated_strings' in StringCheckerPierre Sassoulas2022-04-261-2/+4
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] Fix all ie / eg => i.e. / e.g.Pierre Sassoulas2022-04-261-1/+1
* 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-7/+7
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+0
* Allow subclassing Checker types instead of using ``__implements__`` (#6393)Daniël van Noord2022-04-191-4/+4
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+1
* Remove pointless ``check_messages`` decorators (#6353)Andreas Finkler2022-04-171-1/+0
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+3
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-2/+2
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+3
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-1/+1
* Fix false negative for ``bad-string-format-type`` when using a variable as in...Andreas Finkler2022-04-051-3/+14
* Use ``argparse`` config handler on two checkers (#6120)Daniël van Noord2022-04-021-4/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-33/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* Create separate documentation page for each message (#5396)Daniël van Noord2022-01-281-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-6/+3
* 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-6/+5
* Bump pylint to 2.12.1, update changelogv2.12.1Pierre Sassoulas2021-11-251-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-6/+2
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-5/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-2/+2
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-1/+1
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-131-13/+0
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-111-0/+16
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-2/+2
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-031-71/+0
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-15/+13
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-4/+75
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1