Skip to content

Remove accidentally tracked files and unset executable flag#2296

Merged
mkhorton merged 2 commits into
materialsproject:masterfrom
e-kwsm:chmod-x
Nov 18, 2021
Merged

Remove accidentally tracked files and unset executable flag#2296
mkhorton merged 2 commits into
materialsproject:masterfrom
e-kwsm:chmod-x

Conversation

@e-kwsm

@e-kwsm e-kwsm commented Nov 13, 2021

Copy link
Copy Markdown
Contributor

Summary

Subject says it all.

Checklist

Work-in-progress pull requests are encouraged, but please put [WIP]
in the pull request title.

Before a pull request can be merged, the following items must be checked:

  • Code is in the standard Python style. The easiest way to handle this
    is to run the following in the correct sequence on your local machine. Start with running
    black on your new code. This will automatically reformat
    your code to PEP8 conventions and removes most issues. Then run
    pycodestyle, followed by
    flake8.
  • Docstrings have been added in the Google docstring format.
    Run pydocstyle on your code.
  • Type annotations are highly encouraged. Run mypy to type check your code.
  • Tests have been added for any new functionality or bug fixes.
  • All linting and tests pass.

Note that the CI system will run all the above checks. But it will be much more efficient if you already fix most
errors prior to submitting the PR. It is highly recommended that you use the pre-commit hook provided in the pymatgen
repository. Simply cp pre-commit .git/hooks and a check will be run prior to allowing commits.

@mkhorton

Copy link
Copy Markdown
Member

Good catch @e-kwsm, thank you

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.6%) to 83.112% when pulling 23c0e07 on e-kwsm:chmod-x into 9276567 on materialsproject:master.

@mkhorton mkhorton merged commit 81df749 into materialsproject:master Nov 18, 2021
@e-kwsm e-kwsm deleted the chmod-x branch November 19, 2021 00:41
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.

3 participants