From 54056f8abc628de9bd1a0fadf483b1a38d7c9f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Sat, 21 Oct 2023 22:54:41 +0200 Subject: [PATCH] Improve flake8 command in CONTRIBUTING.rst. Fix #3716. (#3717) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6f4609488a..404fe32a0c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -56,7 +56,7 @@ Here are some guidelines about how you can contribute to Nikola: * If you are fixing an issue, **include the issue number in commit** and/or pull request text (eg. ``fix #1234``) so the issue `is automatically closed `_. -* Run ``flake8 nikola`` for **style consistency**. +* Run ``flake8 nikola tests`` for **style consistency**. * Ensure your Git name and e-mail are set correctly (they will be public) and `added to GitHub `_ * **Try writing some tests** if possible — again, following existing tests is