diff options
author | Ondrej Novy <ondrej.novy@firma.seznam.cz> | 2015-07-26 19:45:58 +0200 |
---|---|---|
committer | Ondrej Novy <ondrej.novy@firma.seznam.cz> | 2015-07-30 09:55:51 +0200 |
commit | 847f135f9759ba9605175371d3c85eeb9038a1a7 (patch) | |
tree | 74c5526a5cc23832bb53ebf18f4f067f94f0ca41 /tox.ini | |
parent | 1c644d8dc12352b4b1f4ebb1700f9dcf029cbb4c (diff) | |
download | python-swiftclient-847f135f9759ba9605175371d3c85eeb9038a1a7.tar.gz |
Block comment PEP8 fix.
Change-Id: I999425902a5c82f7af129a8a1b6998d80edb225a
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,4 +50,4 @@ commands= ignore = H select = H102, H103, H201, H501, H903 show-source = True -exclude = .venv,.tox,dist,doc,test,*egg +exclude = .venv,.tox,dist,doc,*egg |