We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e43d5 commit 2ce989bCopy full SHA for 2ce989b
1 file changed
msgcheck/utils.py
@@ -28,6 +28,7 @@
28
import re
29
30
31
+# TODO: add support for other languages
32
STR_FORMATTERS = defaultdict(list)
33
STR_FORMATTERS.update({
34
'c': (
0 commit comments