aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-11-03 20:51:22 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-11-03 20:51:22 +1300
commitc59b34bbb7ca3ff97d7dc6cf271f75fda8c2b171 (patch)
tree13fdec267ef0310ad8622fddbf8940289151b4b3 /README.rst
parent5ade93f2ad239ca46247f01694170770bb845b87 (diff)
downloadmitmproxy-c59b34bbb7ca3ff97d7dc6cf271f75fda8c2b171.tar.gz
mitmproxy-c59b34bbb7ca3ff97d7dc6cf271f75fda8c2b171.tar.bz2
mitmproxy-c59b34bbb7ca3ff97d7dc6cf271f75fda8c2b171.zip
README.rst: recommend "tox -e lint" over using flake8 directly
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 33304b70..e36a2c5e 100644
--- a/README.rst
+++ b/README.rst
@@ -139,11 +139,12 @@ contribute and collaborate. Please stick to the guidelines in
good reason not to.
This is automatically enforced on every PR. If we detect a linting error, the
-PR checks will fail and block merging. We are using this command to check for style compliance:
+PR checks will fail and block merging. You can run our lint checks yourself
+with the following command:
.. code-block:: text
- flake8 --jobs 8 --count mitmproxy pathod examples test
+ tox -e lint
.. |mitmproxy_site| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-mitmproxy.org-blue.svg