Tag: black

  • Automatic Python Linting and Formatting in Neovim

    Outside of languages that more or less require a specific IDE (looking at you, Java), I typically prefer to write code in Neovim. It’s fast, it’s lean, and with a little bit of configuration to get an LSP running, it gives the exact same experience as something like VS Code but with much better editing…