Closed adivijaykumar closed 1 year ago
Need this to avoid issues like #19. For starters, could just include flake8 and black checks.
flake8
black
I've added these in https://github.com/gwnrtools/nr-catalog-tools/blob/master/.github/workflows/python-package.yml, have a look and suggest improvements
This should be addressed when #22 is merged.
Need this to avoid issues like #19. For starters, could just include
flake8
andblack
checks.