Skip to content

Commit f835a24

Browse files
authored
Fix tox env used for flake8 in contributing docs (#1192)
The tox environment to run flake8 changed in 6af081c.
1 parent 08bfa04 commit f835a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Try reading our code and grasp the overall philosophy regarding method and varia
263263
the sake of readability, keep in mind that *simple is better than complex*. If you feel the code is not straightforward,
264264
add a comment. If you think a function is not trivial, add a docstrings.
265265

266-
To see if your code formatting will pass muster use: `tox -e py37-flake8`
266+
To see if your code formatting will pass muster use: `tox -e flake8`
267267

268268

269269
The contents of this page are heavily based on the docs from `django-admin2 <https://github.com/twoscoops/django-admin2>`_

0 commit comments

Comments
 (0)