From 51d8fc1f3023f986660ab85cca74b756b839c526 Mon Sep 17 00:00:00 2001 From: Paul Mairo Date: Tue, 25 Jul 2023 01:44:55 +0200 Subject: [PATCH] Update contributing.md with where to run ruff from (#6048) ## Summary As of right now, the instructions don't specify where to run ruff from after cloning the repository this is to address that. Super trivial change, but helpful for real newbies I think. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a72d7f2031..008520e8b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ pipx install pre-commit # or `pip install pre-commit` if you have a virtualenv ### Development -After cloning the repository, run Ruff locally with: +After cloning the repository, run Ruff locally from the repository root with: ```shell cargo run -p ruff_cli -- check /path/to/file.py --no-cache