Fixed E121 flake8 errors

continuation line under-indented for hanging indent
This commit is contained in:
Andras Tim 2017-07-17 01:25:07 +02:00
parent 64a4b9058c
commit 0be97624b7
7 changed files with 22 additions and 24 deletions

View File

@ -2661,16 +2661,14 @@ class TestShowFixtures(object):
result.stdout.fnmatch_lines([
"*tmpdir*",
"*temporary directory*",
]
)
])
def test_show_fixtures_verbose(self, testdir):
result = testdir.runpytest("--fixtures", "-v")
result.stdout.fnmatch_lines([
"*tmpdir*--*tmpdir.py*",
"*temporary directory*",
]
)
])
def test_show_fixtures_testmodule(self, testdir):
p = testdir.makepyfile('''

View File

@ -196,6 +196,6 @@ filterwarnings =
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
[flake8]
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E203,E221,E222,E225,E226,E231,E241,E251,E261,E262,E265,E271,E272,E293,E301,E302,E303,E401,E402,E501,E701,E702,E704,E712,E731
ignore = E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E203,E221,E222,E225,E226,E231,E241,E251,E261,E262,E265,E271,E272,E293,E301,E302,E303,E401,E402,E501,E701,E702,E704,E712,E731
max-line-length = 120
exclude = _pytest/vendored_packages/pluggy.py