You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
159 B
8 lines
159 B
6 months ago
|
"""
|
||
|
A script that runs ruff, black, autopep8, and all other formatters in one python script on a cron job.
|
||
|
|
||
|
- Perhaps make a github workflow as well
|
||
|
|
||
|
|
||
|
"""
|