Skip to content
Snippets Groups Projects
Commit 071b42f4 authored by Paul Tomasula's avatar Paul Tomasula
Browse files

Merge branch 'refactor-documentation' into refactor

parents cb5e3143 45905c6d
No related branches found
No related tags found
2 merge requests!96Pygeoapi Reskin,!95Refactor to Consolidated Docker File
......@@ -29,3 +29,7 @@ The directions below setup a conda environment suitable for developing pygeoapi-
pre-commit install --install-hooks
nox -s docs
## Note on pre-commit, virtual environments, and GitHub Desktop
If you are using [GitHub Desktop](https://desktop.github.com/) as part of your workflow, here is a import detail regarding pre-commit. Because pre-commit in being installed into a virtual environment, GitHub Desktop (if started normally) will not have knowledge of this virtual environment. This will cause the pre-commits for this repo to fail. The solution is to either use native git commands, or first active the desired virtual environment and then launch GitHub desktop (`github`) from the virtual environment. This approach will allow GitHub to run pre-commit from the virtual environment and pass, so that you can commit your code.
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