Skip to content

Commit 0287f0b

Browse files
docs: corrected the directory of scripts in contributing.md file (#66)
Co-authored-by: William Barnhart <williambbarnhart@gmail.com>
1 parent 8916193 commit 0287f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pre-commit installed at .git/hooks/pre-commit
4646
You can run the format script to make your change compliant:
4747
4848
```sh
49-
(venv) $ ./script/format.sh
49+
(venv) $ ./scripts/format.sh
5050
+ ruff format mode tests
5151
79 files left unchanged
5252
+ ruff check mode tests --fix

0 commit comments

Comments
 (0)