We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d505 commit a2bf261Copy full SHA for a2bf261
weechat_script_lint/script.py
@@ -359,7 +359,7 @@ def _check_signals_irc_out(self) -> None:
359
360
def _check_hook_process_url(self) -> None:
361
"""Check if hook_process(_hashtable) with "url:" is used."""
362
- func_url = self.search_regex("hook_url")
+ func_url = self.search_regex(r"hook_url")
363
if func_url:
364
return
365
func_process = self.search_func(
0 commit comments