Changes:
- Turn off turbo mode when deleting files
- Enable linting, formatting, and type checking for the entire project
So, it turns out the flaky delete_file endpoint was caused by me thinking I could just turn on turbo mode and download all files in one go. Instead, we need to disable turbo mode to reliably delete files. Why it sometimes works even in turbo mode remains a mystery.
Full Changelog: 2.0.1...2.0.2