From d0b226cca422e3762acba47b164312e9a2ff046f Mon Sep 17 00:00:00 2001 From: Chris Havlin Date: Thu, 16 Nov 2023 10:26:53 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141f919..1c69156 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Now, to run the tests: pytest -v --cov=yt_napari --cov-report=html -In addition to telling you whether or not the tests pass, the above command will write out a code coverage reporrt to the `htmlcov` directory. You can open up `htmlcov/index.html` in a browswer and check out the lines of code that were missed by existing tests. +In addition to telling you whether or not the tests pass, the above command will write out a code coverage report to the `htmlcov` directory. You can open up `htmlcov/index.html` in a browser and check out the lines of code that were missed by existing tests. For style checks, you can use [pre-commit](https://pre-commit.com/) to run checks as you develop. To set up `pre-commit`: