Skip to content
Snippets Groups Projects
Commit cb7c1498 authored by Robert Habermann's avatar Robert Habermann
Browse files

ignore pep8 E305 for now

parent 2c7a16fc
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Overview
:target: https://gitlab.com/rhab/PyOTRS/raw/master/LICENSE
:alt: MIT licensed
.. |PythonVersions| image:: https://img.shields.io/badge/python-2.6%2C%202.7%2C%203.3%2C%203.4%2C%203.5-blue.svg
.. |PythonVersions| image:: https://img.shields.io/badge/python-2.7%2C%203.3%2C%203.4%2C%203.5-blue.svg
:alt: python: 2.7, 3.3, 3.4, 3.5
......
......@@ -77,7 +77,7 @@ commands =
flake8 \
--max-complexity=15 \
--exclude=./build,.venv,.tox,dist,docs, \
--ignore=Q000 \
--ignore=Q000,E305 \
--max-line-length=99 \
[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment