From 1c2720dfda2e1542b04c5f90609675425486ee6b Mon Sep 17 00:00:00 2001 From: mjwen Date: Thu, 28 Mar 2024 23:38:55 -0500 Subject: [PATCH] Fix linting --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 19339ee6..ef7bcadc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,6 @@ Include a summary of major changes in bullet points: ## Additional dependencies introduced (if any) * List all new dependencies needed and justify why. - ## TODO (if any) @@ -16,12 +15,11 @@ If this is a work-in-progress, write something about what else needs to be done. * Feature 1 supports A, but not B. - ## Checklist Before a pull request can be merged, the following items must be checked: -* [ ] Make sure your code is properly formatted. [isort](https://pycqa.github.io/isort/) and [black](https://black.readthedocs.io/en/stable/getting_started.html) are used for this purpose. The simplest way is to use [pre-commit](https://pre-commit.com). See instructions [here](https://github.com/openkim/kliff/blob/main/docs/source/contributing_guide.md#code-style). +* [ ] Make sure your code is properly formatted. [isort](https://pycqa.github.io/isort/) and [black](https://black.readthedocs.io/en/stable/getting_started.html) are used for this purpose. The simplest way is to use [pre-commit](https://pre-commit.com). See instructions [here](https://github.com/openkim/kliff/blob/main/docs/source/contributing_guide.md#code-style). * [ ] Doc strings have been added in the [Google docstring format](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html) on your code. * [ ] Type annotations are **highly** encouraged. Run [mypy](http://mypy-lang.org) to type check your code.