diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d846ab..31f5d66 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,6 @@ ## Checklist * [ ] Before opening this PR, have you opened an issue explaining what you want to to do? -* [ ] Have you run `pycodestyle --show-source --show-pep8 --ignore=E402,W504 --max-line-length=200 yourfile.py`? * [ ] Have you included some configuration and/or CSV files useful for testing this PR? * [ ] Have you written unit or integration tests if applicable? * [ ] Does the code added in this PR require a version of Python that is higher than the current minimum version?