EPRV-RCN / RVData

Development of Standardized EPRV Data Format and Translator Tools
GNU General Public License v3.0
3 stars 4 forks source link

Add initial CI setup #13

Closed tepickering closed 2 weeks ago

tepickering commented 2 weeks ago

This PR adds a simple workflow to run codestyle checking via flake8. This can be built out to do whatever else is needed.

To get this check to pass, code cleanups were performed using black. Config for flake8 and black was updated as well.