fix(docs): correct grammar mistake in CONTRIBUTING.md. (#452)

Removed unnecessary with in "- Lint code *with* by [doing x]"
This commit is contained in:
Knaughty
2024-09-08 13:34:11 +10:00
committed by GitHub
parent f472d22e10
commit 9b5c26a61e

View File

@@ -86,7 +86,7 @@ A Python linter and code formatter. Ruff uses the `pyproject.toml` as its config
#### Running Locally
- Lint code with by moving into the `/tagstudio` directory with `cd tagstudio` and running `ruff --config ../pyproject.toml`.
- Lint code by moving into the `/tagstudio` directory with `cd tagstudio` and running `ruff --config ../pyproject.toml`.
- Format code with `ruff format` inside the repository directory
Ruff is also available as a VS Code [extension](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff), PyCharm [plugin](https://plugins.jetbrains.com/plugin/20574-ruff), and [more](https://docs.astral.sh/ruff/integrations/).