We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8916193 commit 0287f0bCopy full SHA for 0287f0b
1 file changed
CONTRIBUTING.md
@@ -46,7 +46,7 @@ pre-commit installed at .git/hooks/pre-commit
46
You can run the format script to make your change compliant:
47
48
```sh
49
-(venv) $ ./script/format.sh
+(venv) $ ./scripts/format.sh
50
+ ruff format mode tests
51
79 files left unchanged
52
+ ruff check mode tests --fix
0 commit comments