diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-18 12:15:16 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-18 12:15:16 -0700 |
commit | fbcb3c4c5d253711b72f12c70453f3de2b8a3be1 (patch) | |
tree | b60cab1d2e81725d961a4df824e45ce31ec2eeb5 | |
parent | 5a3589249dd5971789fe77fd60337339f21d27a5 (diff) | |
download | cryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.tar.gz cryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.tar.bz2 cryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.zip |
Allow long titles
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ deps = pep8-naming commands = flake8 . - doc8 README.rst docs/ + doc8 --allow-long-titles README.rst docs/ [testenv:py3pep8] basepython = python3 @@ -59,7 +59,7 @@ deps = pep8-naming commands = flake8 . - doc8 README.rst docs/ + doc8 --allow-long-titles README.rst docs/ [flake8] exclude = .tox,*.egg |