From ef5f8f58b2c0d19e1f7e1968c71bb1cdc76c66a7 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Tue, 20 Feb 2024 15:11:40 -0500 Subject: [PATCH] Remove lint check - it's automatic now --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d846ab8..31f5d666 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?