Skip to content

Add pre-commit

Anders Lindh Olsson requested to merge pre_commit into master

Closes #2 (closed) and #3 (closed)

This MR adds a pre-commit configuration that includes checks for:

  • black
  • flake8
  • isort
  • yamllint

and it also activates (and fixes the configuration necessary by) ansible-lint which we run as part of molecule, as well as fixes all errors and warnings necessary to continue the tests.

Edited by Anders Lindh Olsson

Merge request reports