mirror of
https://github.com/weechat/weechat.git
synced 2026-06-19 09:34:47 +02:00
core: fix line too long
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ from typing import Dict
|
||||
"""
|
||||
|
||||
CONSTANT_RE = (
|
||||
r""" `(?P<constant>WEECHAT_[A-Z0-9_]+)` \((?P<type>(string|integer))\)(?: \+)?"""
|
||||
r" `(?P<constant>WEECHAT_[A-Z0-9_]+)` "
|
||||
r"\((?P<type>(string|integer))\)(?: \+)?"
|
||||
)
|
||||
|
||||
FUNCTION_RE = r"""\[source,python\]
|
||||
|
||||
Reference in New Issue
Block a user