Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Sep 15, 2023
1 parent cd2cf1e commit 545e64a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ python3 -m http.server 9000 --directory public

## Test the docs locally

To ensure all python snippets are properly formatted before creating a PR, create a [pre-commit hook](https://github.com/johnfraney/flake8-markdown#pre-commit-hook) for [flake8-markdown](https://github.com/johnfraney/flake8-markdown).
To ensure all python snippets are properly formatted before creating a PR, install [flake8-markdown](https://github.com/johnfraney/flake8-markdown) and add the following like to `.git/hooks/pre-commit`:

```sh
flake8-markdown "docs/**/*.md"
```

To ensure your markdown is properly formatted, run `make markdowntest`.

Expand Down

0 comments on commit 545e64a

Please sign in to comment.