arcalot / arcaflow-plugins-incubator

Unofficial test and under-development plugins for Arcaflow
Apache License 2.0
3 stars 7 forks source link

describe how to use black to format code style to pep 8 #15

Closed mfleader closed 2 years ago

mfleader commented 2 years ago

Changes introduced with this PR

Add a readme to describe how to use the Python code formater, black, to automatically format python source code to the black code style, a strict subset of the PEP 8 code style.

By contributing to this repository, I agree to the contribution guidelines.