Skip to content

Commit 9c32147

Browse files
committed
bb pylint
1 parent de16fdd commit 9c32147

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/pylint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

tssplit/tssplit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""Trivial split for strings with multiple character delimiters, quotes and escaped characters"""
22

33
def tssplit(s, quote='"\'', quote_keep=False, delimiter=':;,', escape='/^', trim='', remark='#'):
4-
# pylint: disable-msg=too-many-locals
5-
64
"""Split a string by delimiters with quotes and escaped characters, optionally trimming results
75
86
:param s: A string to split into chunks

0 commit comments

Comments
 (0)