Heya 👋

I am Azure Data & AI Consultant working on a variety of projects to help customers move to the cloud. Here you will find some useful takeaways from recent projects:

Lint Modified Python Files Only In Build Validation

Have you ever needed to run any linting program (such as Flake8) only on specific Python files during build validation checks in Azure DevOps? Perhaps you are adopting a new linting / code validation tool on your extensive project but only want to enforce it for newly modified files? By utilizing Azure DevOps and Git Diff, Flake8 (or any other linting tool!) can be restricted to designated files by following the steps outlined below:...

April 24, 2023 Â· 3 min Â· 580 words Â· Me