Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/eng_sys_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ to opt into the black invocation.
#### Running locally

1. Go to package root directory.
2. Execute command: `tox run -e black -c ../../../eng/tox/tox.ini -- .`
2. Execute command: `tox run -e black -c ../../../eng/tox/tox.ini --root . -- .`

**Tip**: You can provide any arguments that `black` accepts after the `--`. Example: `tox run -e black -c ../../../eng/tox/tox.ini -- path/to/file.py`
**Tip**: You can provide any arguments that `black` accepts after the `--`. Example: `tox run -e black -c ../../../eng/tox/tox.ini --root . -- path/to/file.py`

### Change log verification

Expand Down
Loading