ci: sync configs to pymplate
- add python3.12 - add ruff
This commit is contained in:
parent
fabcbab751
commit
dc13f212bb
9 changed files with 117 additions and 74 deletions
|
@ -5,8 +5,8 @@ from my.core.source import import_source
|
|||
from .common import Message, _merge_messages
|
||||
|
||||
|
||||
src_export = import_source(module_name=f'my.fbmessenger.export')
|
||||
src_android = import_source(module_name=f'my.fbmessenger.android')
|
||||
src_export = import_source(module_name='my.fbmessenger.export')
|
||||
src_android = import_source(module_name='my.fbmessenger.android')
|
||||
|
||||
|
||||
@src_export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue