Revision 4756732c9775bb6953aee8f772faeb3f16d7de60 authored by Zhang Yunjun on 19 October 2022, 21:05:08 UTC, committed by GitHub on 19 October 2022, 21:05:08 UTC
* ptime.read_date_txt(): ignore invalid/empty lines

* read_template: bugfix for `skip_chars` arg

* deps: add pre-commit

+ add `pre-commit` to the following dependency files, so that it will be installed automatically in the development version.
   - docs/environment.yml
   - requirements.txt
   - setup.py

+ docs/CONTRIBUTING: add note to install `pre-commit`

+ github PR template: add selection box for pre-commit check.

* Update CONTRIBUTING.md

we need to run `pre-commit sample-config` to have a basic config file before running `pre-commit install`.

Co-authored-by: Yuan-Kai Liu <55262505+yuankailiu@users.noreply.github.com>
1 parent 868c27f
History
File Mode Size
.circleci
.github
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 676 bytes
Dockerfile -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 88 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 90 bytes
requirements.txt -rw-r--r-- 689 bytes
setup.py -rw-r--r-- 7.5 KB

back to top