Skip to content

Commit

Permalink
Merge branch 'dev/76438916' into 'main'
Browse files Browse the repository at this point in the history
Updates to the README with more line truncation.

See merge request jatic/kitware/pybsm!104
  • Loading branch information
eveenhuis committed Sep 12, 2024
2 parents 3bada8b + c7cb08d commit 8bf3e4d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ of different contexts.

<!-- :auto documentation: -->
## Documentation
Documentation snapshots for releases as well as the latest master are hosted on
[ReadTheDocs](https://pybsm.readthedocs.io/en/latest/).
Documentation snapshots for releases as well as the latest master are hosted
on [ReadTheDocs](https://pybsm.readthedocs.io/en/latest/).

The sphinx-based documentation may also be built locally for the most
up-to-date reference:
Expand All @@ -52,7 +52,11 @@ firefox _build/html/index.html
## Developer tools

**pre-commit hooks**
pre-commit hooks are used to ensure that any code meets all linting and formatting guidelines required. After installing, this will always run before committing to ensure that any commits are following the standards, but you can also manually run the check without committing. If you want to commit despite there being errors, you can add `--no-verify` to your commit command.
pre-commit hooks are used to ensure that any code meets all linting and
formatting guidelines required. After installing, this will always run before
committing to ensure that any commits are following the standards, but you
can also manually run the check without committing. If you want to commit
despite there being errors, you can add `--no-verify` to your commit command.

Installing pre-commit hooks:
```bash
Expand Down

0 comments on commit 8bf3e4d

Please sign in to comment.