Skip to content

Commit 4cd3f77

Browse files
committed
Re-format README
1 parent 6d7e45a commit 4cd3f77

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pre-commit hook, with only one difference, as seen below.
2020

2121
## 1. `format-json` vs `pretty-format-json`
2222

23-
| Feature | format-json | pretty-format-json |
24-
| ---------------------------------- | :---------: | --------------------------------------------------------------------------------------- |
25-
| Config option for trailing newline || ❌ ([Won't implement ever](https://github.com/pre-commit/pre-commit-hooks/issues/1203)) |
26-
| Preserves all digits of floats || ❌ ([Unresolved since 2022](https://github.com/pre-commit/pre-commit-hooks/issues/780)) |
23+
| Feature | format-json | pretty-format-json |
24+
| ---------------------------------- | :---------: | ------------------------------------------------- |
25+
| Config option for trailing newline || ❌ ([Won't implement ever][won't-implement-ever]) |
26+
| Preserves all digits of floats || ❌ ([Unresolved since 2022][unresolved-2022]) |
2727

2828
## 2. Usage
2929

@@ -82,3 +82,6 @@ pre-commit. Combine them as needed for your workflow:
8282
- Run `pytest` to execute the automated tests replicated from the upstream
8383
project.
8484
- Use `tox` to exercise the full test matrix, linting, and formatting targets.
85+
86+
[unresolved-2022]: https://github.com/pre-commit/pre-commit-hooks/issues/780
87+
[won't-implement-ever]: https://github.com/pre-commit/pre-commit-hooks/issues/1203

0 commit comments

Comments
 (0)