From 9b5c26a61edab144863ebc403767a410478cdb6f Mon Sep 17 00:00:00 2001 From: Knaughty <77908661+Kn4ughty@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:34:11 +1000 Subject: [PATCH] fix(docs): correct grammar mistake in CONTRIBUTING.md. (#452) Removed unnecessary with in "- Lint code *with* by [doing x]" --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1316dfba..87ab3392 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/).