Skip to content

16th October 2020

DevOps

Continuous Integration

  • Reorganization: Split CI documents into their own pages.

Flakehell

  • New: Introduce flakeheaven python linter.

    Flakehell is a Flake8 wrapper to make it cool.

Automating Processes

cookiecutter

  • Improvement: Add references on why is not easy to update cookiecutter templates.

cruft

  • New: Introduce cruft tool to manage cookiecutter templates.

    cruft allows you to maintain all the necessary boilerplate for packaging and building projects separate from the code you intentionally write. Fully compatible with existing Cookiecutter templates.

Other

  • Correction: Explain how to remove all pip packages from a virtualenv.