How to auto fix lint errors in a Pull Request
(isort & black)
If you want to fix lint errors running on CI you can easily commit all changes that the linter has made.
In this example, I will be using black and isort to lint a python repo and sort the imports in the correct order also removing any unused imports...
jayhawk24.hashnode.dev1 min read