Skip to content

Commit 1016d4a

Browse files
author
benoit-cty
committed
doc
1 parent da1510a commit 1016d4a

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
@@ -248,7 +248,7 @@ flake8...................................................................Passed
248248

249249
If any of the linters/formatters fail, check the difference with `git diff`, add the differences if there is no behavior changes (isort and black might have change some coding style or import order, this is expected it is their job) with `git add` and finally try to commit again `git commit ...`.
250250

251-
You can also run `pre-commit` with `uv run pre-commit run -v` if you have some changes staged but you are not ready yet to commit.
251+
You can also run `pre-commit` with `uv run pre-commit run --all-files` if you have some changes staged but you are not ready yet to commit.
252252

253253

254254
<!-- TOC --><a name="dependencies-management"></a>

0 commit comments

Comments
 (0)