commit 7586585de8e065da70d7b4a064a4398173ccf0c4 Author: Matt Traudt sirmatt@ksu.edu Date: Mon Jun 25 15:12:52 2018 -0400
Reword sentences about flake8 --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 31d0324..d286e98 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -23,8 +23,8 @@ Pull requests are welcome, especially if they address open issues. #. Commit your changes and push them to a branch in your sbws GitHub repo #. Open a `pull request`_
-We use flake8 to enforce standard python coding style. This will be checked -with ``tox``. +We use flake8 to check some PEP8 errors/warnings. This will be checked with +``tox`` and Travis.
**Write good commit messages** that at least follow the spirit of :ref:`this example <commit-msg>`.