Fix wrapping
This commit is contained in:
parent
1031a07e78
commit
27eb7eff9f
1 changed files with 10 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -98,7 +98,13 @@ tier: 1
|
|||
This project uses [`pre-commit`](https://pre-commit.com/)
|
||||
|
||||
* to [lint fmf files](https://tmt.readthedocs.io/en/latest/guide.html#lint)
|
||||
* to check that you don't have [trailing whitespaces](https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#trailing-whitespace)
|
||||
* to check that [files end with a newline](https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#end-of-file-fixer)
|
||||
* to check that you don't have [trailing
|
||||
whitespaces](https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#trailing-whitespace)
|
||||
* to check that [files end with a
|
||||
newline](https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#end-of-file-fixer)
|
||||
|
||||
Please install `pre-commit` using `pip install pre-commit` as described [here](https://pre-commit.com/#install). Then navigate to your clone of this project and install the git hook scripts using `pre-commit install`. This will run pre-commit on every `git commit` that you make in this repository from now on.
|
||||
Please install `pre-commit` using `pip install pre-commit` as described
|
||||
[here](https://pre-commit.com/#install). Then navigate to your clone of this
|
||||
project and install the git hook scripts using `pre-commit install`. This will
|
||||
run pre-commit on every `git commit` that you make in this repository from now
|
||||
on.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue