HERA-Team / uvtools

Tools useful for the handling, visualization, and analysis of interferometric data.
MIT License
1 stars 1 forks source link

Improve Testing/CI #80

Open r-pascua opened 4 years ago

r-pascua commented 4 years ago

There was a longstanding issue of a missing import in a module. We should make sure there's a way to catch this type of error and block merging if such errors exist. I think this means we need to add linting/pre-commit support?