Skip to content

Commit 9f781c7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +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 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.
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 preserve git blame.
5555

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

0 commit comments

Comments
 (0)