swarms/scripts/cleanup/code_quality_cleanup.py

8 lines
159 B

"""
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
"""