Closed
Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
TagStudio Version
Alpha 9.1.0
Operating System & Version
n/a
Description
on the line
- Lint code with by moving into the /tagstudio directory with cd tagstudio and running ruff --config ../pyproject.toml.
The "with" there i think is a typo and does not belong.
Expected Behavior
The "with" is not there and it instead reads:
- Lint code by moving into the /tagstudio directory with cd tagstudio and running ruff --config ../pyproject.toml.
Steps to Reproduce
read https://github.com/TagStudioDev/TagStudio/blob/main/CONTRIBUTING.md
Scroll till Workflow checks - Ruff - Running locally.
Notice the typo.
Logs
No response