FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6c845a03 authored by Monty Dawson's avatar Monty Dawson :coffee:
Browse files

chore(blame): allow linting commit to be ignored when using git blame

parent f029e56e
No related branches found
No related tags found
1 merge request!466Resolve "Enable black and flake8 for Python code-style linting"
Pipeline #717405 passed
# ignore changes applied via flake8 and black
f029e56e71fe28e5039f52a654743c76d386e07d
......@@ -34,6 +34,15 @@ docker-compose up --build
The local documentation is now available at <http://localhost:8000/>.
### Configuring git to ignore bulk source formatting changes
To ignore the bulk formatting changes introduced by the additional of `black` and `flake8`
a `.git-blame-ignore-revs` has been added with the commit SHAs to ignore. To use:
```text
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
### Adding a page
1. Create a Markdown file in the relevant directory under `docs`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment