Skip to content

Commit 1500052

Browse files
authored
Update 2021-07-01-code-quality-github-actions.markdown
1 parent 3921ac9 commit 1500052

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_posts/python/2021-07-01-code-quality-github-actions.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
## Notes
5252

5353
- To exclude certain files and directories, use the exclude options to each tool, (usually `--exclude`).
54-
- If you have an existing project with unformatted code, _format the entire
55-
project all at once_, in a single dedicated PR. Don't do it gradually.
54+
- If you have an existing project with unformatted code, _format the entire project all at once_. Don't do it gradually. I do it in a single dedicated PR, but I've seen others reformat the repository's entire history, to maintain git blame.
5655

5756
See also: [How to use Ruff, Mypy, Black and Isort in Pre-commit?](/python/pre-commit)

0 commit comments

Comments
 (0)