Skip to content

Commit ee661ec

Browse files
committed
docs: add warning about ruff on linux
1 parent f21d49d commit ee661ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ A Python linter and code formatter. Ruff uses the `pyproject.toml` as its config
9292

9393
#### Running Locally
9494

95-
- Lint code by moving into the `/tagstudio` directory with `cd tagstudio` and running `ruff --config ../pyproject.toml`.
96-
- Format code with `ruff format` inside the repository directory
95+
- Lint code with `ruff check` and format code with `ruff format` inside the repository directory.
96+
- For more information, see the [ruff configuration discovery docs](https://docs.astral.sh/ruff/configuration/#config-file-discovery).
9797

9898
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/).
9999

0 commit comments

Comments
 (0)