We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bfa04 commit f835a24Copy full SHA for f835a24
docs/contributing.rst
@@ -263,7 +263,7 @@ Try reading our code and grasp the overall philosophy regarding method and varia
263
the sake of readability, keep in mind that *simple is better than complex*. If you feel the code is not straightforward,
264
add a comment. If you think a function is not trivial, add a docstrings.
265
266
-To see if your code formatting will pass muster use: `tox -e py37-flake8`
+To see if your code formatting will pass muster use: `tox -e flake8`
267
268
269
The contents of this page are heavily based on the docs from `django-admin2 <https://github.com/twoscoops/django-admin2>`_
0 commit comments