File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Ignore formatting commits with ` git blame `
2
2
3
- Please follow these steps to avoid obscuring files history when making commits that are
3
+ Please follow these steps to avoid obscuring file history when making commits that are
4
4
strictly formatting/style changes (e.g., after running a new version of black or running
5
5
pyupgrade after dropping an old Python version).
6
6
@@ -13,7 +13,7 @@ pyupgrade after dropping an old Python version).
13
13
6 . Open a PR with these changes.
14
14
15
15
``` {important}
16
- This PR **must** be rebased -merged -- instead of the default squash-merge we
16
+ This PR **must** be rebase -merged -- instead of the default squash-merge we
17
17
currently follow -- so a repository admin needs to enable this setting in the
18
18
repository temporarily.
19
19
You can’t perform that action at this time.
0 commit comments