aweber / public-api-examples

Repository containing examples for api.aweber.com
BSD 3-Clause "New" or "Revised" License
22 stars 42 forks source link

yapf and flake8 scripts #35

Closed vfalco02 closed 5 years ago

cknave commented 5 years ago

@vfalco02, could you re-run yapf with these settings in setup.cfg?

[yapf]
allow_multiline_dictionary_keys = True
allow_split_before_dict_value = False
vfalco02 commented 5 years ago

@cknave - reverted and reran. rebased.

cknave commented 5 years ago

Thanks. This PR still needs a formatting update for python/move-subscriber, otherwise looks good