after upgrading to molecule3 i've changed to new way of defining lints:
lint: |
yamllint -d "{ignore: env}" .
ansible-lint
flake8
It works for yamllint and ansible-lint, but it fails for flake8, in enters to console of flake8 and stays there.
molecule 3.0.2
ansible==2.9.4 python==3.6
Thanks