summaryrefslogtreecommitdiff
path: root/pylint/checkers/strings.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-8/+3
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-28/+29
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-0/+23
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-041-0/+13
* Use the BUILTINS constant when appropriatePierre Sassoulas2021-07-061-4/+4
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+1
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-1/+1
* Fix issues with Python 3.6.0 (#4446)Peter Kolbus2021-05-121-2/+6
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-3/+2
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-4/+4
* Update copyright notice with copyritePierre Sassoulas2021-02-281-2/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-1/+1
* Fix location metadata on backslash lint checksMatthew Suozzo2021-01-041-12/+31
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-5/+9
* Sets up copyrighthippo912020-08-201-0/+1
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Remove import of Counter from types (unneeded and prevents use in python 3.5....Anthony2020-02-041-2/+3
* Compile the regular expressions at module timeClaudiu Popa2020-01-051-6/+6
* Makes type hints Python 3.5 compatible.Wes Turner2020-01-051-1/+1
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-2/+155
* [formating] Bump black and isortDjailla2019-11-181-3/+6
* Rename implicit-string-concat-in-sequence to implicit-string-concatClaudiu Popa2019-11-081-9/+8
* Allow implicit-str-concat-in-sequence to be emitted for string juxtapositionClaudiu Popa2019-11-081-28/+33
* Use explicit check_messages arguments in strings checkerClaudiu Popa2019-11-081-4/+16
* A new check ``f-string-without-interpolation`` was addedClaudiu Popa2019-10-161-0/+15
* Handle inference ambiguity for ``invalid-format-index``Claudiu Popa2019-09-171-2/+2