ancient-wolf-19325
06/17/2024, 4:18 PMfix command to run linters across the entire project and have them update files in place?
# Answer
Yes, you can use the make lint command to run linters and automatically fix issues in place. According to Flyte PR #4303, you only need to run make lint to lint and fix Go files. For Python code, you can use make fmt to format your code as per Flyte Contribution Guide.
Would you like more details on how to set this up or run these commands?
Sources:
- Flyte PR #4303
- Flyte Contribution Guide
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1718641107.846759 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.