starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
515 stars 76 forks source link

Run a Python linter/formatter over all code #96

Closed mjuenema closed 4 years ago

mjuenema commented 4 years ago

This includes

mjuenema commented 4 years ago

Added 'black' target to Makefile to run Black on all Python source code. This has to be done manually but that's good enough for now.