Posts tagged Vim
Enforcing Python imports’ order with isort, Makefiles, and Vim
- 2021-12-27
I finally integrated isort into my toolbox.
I think that the job of changing code files belongs to the editor (or an IDE),
so I made Vim run isort
automatically,
while the import order enforcement in a project is done via Makefile
(which can be run the same way by developers and the CI/CD pipeline).