提交 94f9c125 authored 作者: carriepl's avatar carriepl

Merge pull request #3384 from abergeron/small_fix

Fix a non-ascii character in a comment in test_flake8.py.
......@@ -20,7 +20,7 @@ __contact__ = "Saizheng Zhang <saizhenglisa..at..gmail.com>"
# We ignore:
# - "line too long"
# too complex to do with the C code
# - "closing bracket does not match indentation of opening brackets line"
# - "closing bracket does not match indentation of opening bracket's line"
# ignored by default by pep8
ignore = ('E501', 'E123', 'E133')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论