ci: sync configs to pymplate
- add python3.12 - add ruff
This commit is contained in:
parent
fabcbab751
commit
0512488241
9 changed files with 117 additions and 74 deletions
|
@ -8,8 +8,8 @@ from .common import merge_tweets, Tweet
|
|||
|
||||
|
||||
# NOTE: you can comment out the sources you don't need
|
||||
src_twint = import_source(module_name=f'my.twitter.twint')
|
||||
src_archive = import_source(module_name=f'my.twitter.archive')
|
||||
src_twint = import_source(module_name='my.twitter.twint')
|
||||
src_archive = import_source(module_name='my.twitter.archive')
|
||||
|
||||
|
||||
@src_twint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue