google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Use standard formatting and add automated checks for formatting #160

Open jasongraffius opened 1 month ago

jasongraffius commented 1 month ago

After the formatting of the Emboss Python code is standardized as PEP8 (#76). it would be useful to ensure that formatting is maintained going forward with automatic checks. I suggest both a check in a pre-submit hook and an action in the repository to confirm on incoming pull requests.