File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ then it's likely because your local main branch is not up to date; either you
9191need to rebase or merge. Note that ` darker ` reads from ` pyproject.toml ` for
9292default settings.
9393
94- If the lines you change are in a file that uses width 2 tabs (which are plenty
95- in this repo), it will only change those lines and not the rest, which will
96- likely break the code; in that case, you should probably just pass the whole
97- file through black and just do it in the same commit . You can do that with the
98- following command (using the same virtual environment as above):
94+ If the lines you change are in a file that uses 2 space indentation, ` darker `
95+ will indent the lines around your changes and not the rest, which will likely
96+ break the code; in that case, you should probably just pass the whole file
97+ through black. You can do that with the following command (using the same
98+ virtual environment as above):
9999
100100``` sh
101101black < file>
You can’t perform that action at this time.
0 commit comments