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.
swarms/scripts/cleanup/code_quality_cleanup.py

8 lines
159 B

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