Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yunjunz
Copy link
Member

@yunjunz yunjunz commented Oct 19, 2022

Description of proposed changes

  • 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.

  • readfile.read_template: bugfix for skip_chars arg (fix mintpy.geocode.SNWE = [] typo induced error #872)

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

+ 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.
@yunjunz yunjunz requested a review from yuankailiu October 19, 2022 17:33
@yunjunz yunjunz changed the title Deps add pre-commit to dependency and contributing guideline Oct 19, 2022
we need to run `pre-commit sample-config` to have a basic config file before running `pre-commit install`.
Copy link
Contributor

@yuankailiu yuankailiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and it looks fine to me !

@yuankailiu yuankailiu merged commit 4756732 into insarlab:main Oct 19, 2022
@yunjunz yunjunz deleted the deps branch October 19, 2022 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mintpy.geocode.SNWE = [] typo induced error

2 participants