neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

Add pre-commit configuration files #59

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

Add pre-commit configuration files and make changes to sources so they pass the checks

Updating the files that yamllint was complaining about

Fixing the pre-commit eof-check failures

Remove deprecated flag --recursive from Makefile for the isort Add command to sort setup.py. Update .isort.cfg to be compatible with black.

Update files after make format Previous commit which updated .isort.cfg file would cause failures in testing with black and isort afterwards.