From e4d3809161fc54d6913c0c2c7f6a7b51eebe223f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 21 Jan 2015 18:34:58 +0100 Subject: Added advance usage examples to tutorial and made minor fixes. GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a3509756..bb1e9a85 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ commands = {posargs} [flake8] #show-source = True # E265 = comment blocks like @{ section, which it can't handle -ignore = E265 +# W293 = Blank line contains whitespace +ignore = E265,W293 max-line-length = 120 exclude = .tox,.venv,build,dist,doc,git/ext/ -- cgit v1.2.3