Skip to content

Commit

Permalink
Improve flake8 command in CONTRIBUTING.rst. Fix #3716. (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknrdureegaesr committed Oct 21, 2023
1 parent e333da4 commit 54056f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://help.github.com/articles/closing-issues-via-commit-messages/>`_.
* 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 <https://github.com/settings/emails>`_
* **Try writing some tests** if possible — again, following existing tests is
Expand Down

0 comments on commit 54056f8

Please sign in to comment.