VERITAS-Observatory / V2DL3

VERITAS (VEGAS and Eventdisplay) to DL3 Converter
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Pep8 compliants of code; first Actions to test #117

Closed GernotMaier closed 2 years ago

GernotMaier commented 2 years ago

Automatic tests

Introduced first version of tests using GitHub Actions:

PEP8 compliants

Automatic refactoring using black and make code PEP8 compliant.

To test, run flake8 with

flake8  --max-line-length 90 --ignore=E203,W503 --select=W504 .