Failing static lint checks
Closed this issue · 0 comments
iamogbz commented
Describe the bug
Revert 0b9c348
To Reproduce
Steps to reproduce the behavior:
- Revert 0b9c348
- Push and watch build
- See error
Your code has been rated at 10.00/10 src/nvshim/utils/constants.py: error: Source file found twice under different module names: "nvshim.utils.constants" and "src.nvshim.utils.constants" Found 1 error in 1 file (errors prevented further checking) make: *** [Makefile:120: lint] Error 2
Expected behavior
No error
Screenshots
Additional context
Attempting to remove the src.
prefix results in failing make deploy
command in GitHub actions CI