You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/eng_sys_checks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,9 +253,9 @@ to opt into the black invocation.
253
253
#### Running locally
254
254
255
255
1. Go to package root directory.
256
-
2. Execute command: `tox run -e black -c ../../../eng/tox/tox.ini -- .`
256
+
2. Execute command: `tox run -e black -c ../../../eng/tox/tox.ini --root . -- .`
257
257
258
-
**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`
258
+
**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`
0 commit comments