-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Matt Fisher <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
## Getting the code | ||
|
||
1. Fork [nsidc/earthaccess](https://github.com/nsidc/earthaccess/fork) | ||
1. Clone your fork | ||
1. [Fork nsidc/earthaccess](https://github.com/nsidc/earthaccess/fork) | ||
1. Clone your fork: | ||
```bash | ||
git clone [email protected]:{my-username}/earthaccess | ||
``` | ||
|
@@ -90,9 +90,11 @@ having to make significant changes to get the checks to pass. | |
To set up pre-commit, follow these steps: | ||
|
||
- `python -m pip install pre-commit` ([official installation docs](https://pre-commit.com/#install)) | ||
- `pre-commit install` to enable it to run automatically | ||
- `pre-commit install` to enable it to run automatically for each commit | ||
- `pre-commit run -a` to run it manually | ||
|
||
## Type stubs | ||
|
||
We have included type stubs for the untyped `python-cmr` library, which we intend to eventually upstream. | ||
Since `python-cmr` exposes the `cmr` package, the stubs appear under `stubs/cmr`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters