01
01 copied to clipboard
Ruff linter not linting content from the "software" directory
Describe the bug
The ruff
linter isn't applied to the software
directory
To Reproduce Steps to reproduce the behavior:
- Make a change to directory that will elicit a git diff
- Make a commit to trigger the pre-commit hook
- Notice the linter sees nothing
-
cd
into thesoftware
directory and runruff .
- See the changes it is proposing, contrary to what happened on step 3
Expected behavior
Given the bulk of the Python code is in the software
directory, it's expected that it would be covered by the linter.
The sooner this is done, the easier it will be to streamline contributions.
Desktop (please complete the following information):
- OS: all
- Python Version: all