Skip to content

Commit

Permalink
Fix tox env used for flake8 in contributing docs (#1192)
Browse files Browse the repository at this point in the history
The tox environment to run flake8 changed in 6af081c.
  • Loading branch information
fdemmer committed Aug 6, 2022
1 parent 08bfa04 commit f835a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Try reading our code and grasp the overall philosophy regarding method and varia
the sake of readability, keep in mind that *simple is better than complex*. If you feel the code is not straightforward,
add a comment. If you think a function is not trivial, add a docstrings.

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`


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

0 comments on commit f835a24

Please sign in to comment.