We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a970d commit 278657cCopy full SHA for 278657c
1 file changed
msgcheck/utils.py
@@ -38,6 +38,7 @@ def count_lines(string):
38
return count
39
40
41
+# pylint: disable=too-many-branches
42
def replace_formatters(string, replace, fmt):
43
"""
44
Replace formatters (like "%s" or "%03d") with a replacement string.
0 commit comments