Fixed E251 flake8 errors
unexpected spaces around keyword / parameter equals
This commit is contained in:
@@ -99,7 +99,7 @@ class TestConfigCmdlineParsing(object):
|
||||
[pytest]
|
||||
custom = 0
|
||||
""")
|
||||
testdir.makefile(".cfg", custom = """
|
||||
testdir.makefile(".cfg", custom="""
|
||||
[pytest]
|
||||
custom = 1
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user