Skip to content

42nd Week of 2020

DevOps

Continuous Integration

Black

  • Improvement: Add git link.

Bandit

  • Improvement: Annotate the slowness of the bandit tests in pre-commit.

Monitoring

Prometheus

  • New: Add statistical analysis on instance sizes using prometheus metrics.

    Explain how to configure prometheus to automatically check if your instances are of the correct size and which are your bottlenecks.

Coding

Python

  • New: Introduce the python docstrings.

Click

  • New: Improve arguments documentation.

    • Add example on how to use variadic arguments.
    • Explain how to use File and Path click arguments

Pytest

  • Improvement: Solve W0621 Redefining name %r from outer scope (line %s) error.

mkdocstrings

  • New: Introduce the mkdocstrings library.

    mkdocstrings is a library to automatically generate mkdocs pages from the code docstrings.

Other

  • Correction: Discourage the use of pip-tools in the CI.