[ci] auto-format

This commit is contained in:
rikkolovescats 2023-05-16 23:39:05 +00:00 committed by Rikko
parent c0fa2dbd79
commit decdc815e3

View file

@ -41,7 +41,9 @@ HEADERS = {
"User-Agent": _env["user_agent_string"],
}
PLUGIN_DIRECTORY = _env["python_directory_user"]
_regexp_friendly_class_name_shortcut = lambda string: string.replace(".", "\.")
def _regexp_friendly_class_name_shortcut(string): return string.replace(".", "\.")
REGEXP = {
"plugin_api_version": re.compile(b"(?<=ba_meta require api )(.*)"),
"plugin_entry_points": re.compile(