Skip to content

Commit 6d2c8f0

Browse files
committed
Fix README formatting issues
1 parent 64d13a6 commit 6d2c8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can set the MyPy version in the requirements file (eg `mypy==1.17.1`), other
5454

5555
### spell-check-commit-msgs
5656

57-
> _[If you] make spelling mistakes in commit messages, it's then a real pain to amend the commit._ > _And god forbid if you pushed._
57+
> _[If you] make spelling mistakes in commit messages, it's then a real pain to amend the commit. And god forbid if you pushed._
5858
5959
This uses [`codespell`](https://github.com/codespell-project/codespell) under the hood, and accepts the same flags via the `args` field, but interactive mode is not supported.
6060
You need to ensure that you install the `commit-msg` hooks, which you can do with `pre-commit install -t pre-commit -t commit-msg` or adding `default_install_hook_types: ["pre-commit", "commit-msg"]` to the `.pre-commit-config.yaml` (like below).
@@ -77,7 +77,7 @@ dict(
7777
)
7878
```
7979

80-
Use the `--fix` arg to apply the change as well as linting files.
80+
Use the `--fix` arg to apply the change, as well as linting files.
8181
The change may disrupt the style of the code, so consider using a formatter, such as [`ruff`](https://github.com/astral-sh/ruff/).
8282
It is possible to ignore dictionaries using `# dict-ignore`.
8383

0 commit comments

Comments
 (0)