Commit 7586585d authored by Matt Traudt's avatar Matt Traudt Committed by juga
Browse files

Reword sentences about flake8

parent d00fae04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>`.