Fixed typos, titles and spacing

This commit is contained in:
Michele Cereda
2022-04-17 23:11:55 +02:00
parent 8a51f25964
commit af19baf99f
8 changed files with 16 additions and 16 deletions

View File

@@ -7,8 +7,8 @@
pre-commit sample-config > .pre-commit-config.yaml
# manually run checks
pre-commit run --all-files # all checks
pre-commit run ansible-lint # ansible-lint only
pre-commit run --all-files # all checks
pre-commit run ansible-lint # ansible-lint only
# automatically run checks at every commit
pre-commit install
@@ -22,12 +22,8 @@ SKIP=flake8 git commit -m "foo"
## Further readings
- Pre-commit's [website]
- List of [supported hooks]
[supported hooks]: https://pre-commit.com/hooks.html
## Sources
- [Website]
[website]: https://pre-commit.com