ghga-de / sandbox-storage

An implementation of the GA4GH DRS specs for controlled access to files on S3.
Apache License 2.0
1 stars 0 forks source link

Feature/static code analysis #25

Closed KerstenBreuer closed 3 years ago

KerstenBreuer commented 3 years ago

Added static code checkers to the CI system and adapted the code accordingly:

Vscode in the devcontainer is now also configured to automatically format python code on save using black.

ac-jorellanaf commented 3 years ago

At some point we would need to centralise the configuration for all the linting, including the editorconfig stuff I added. Not sure how (or even if that would be possible), but making changes across all repos would be a bit of a pain!

KerstenBreuer commented 3 years ago

I agree @ac-jorellanaf, I've already added it to the template repo. But ways how to update the configs later (after we opened multiple repos from that template) might in deed be difficult. Let's try to explore that