Add pre-commit
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