style: apply black via pre-commit run -a
This commit is contained in:
committed by
Henry Schreiner
parent
9cbed6a9be
commit
178aaea6c7
@@ -6,7 +6,9 @@ import pytest
|
||||
from . import utils
|
||||
|
||||
pure_python_project = test_projects.TestProject()
|
||||
pure_python_project.files['setup.py'] = '''
|
||||
pure_python_project.files[
|
||||
'setup.py'
|
||||
] = '''
|
||||
from setuptools import Extension, setup
|
||||
|
||||
setup(
|
||||
@@ -16,7 +18,9 @@ setup(
|
||||
)
|
||||
'''
|
||||
|
||||
pure_python_project.files['spam.py'] = '''
|
||||
pure_python_project.files[
|
||||
'spam.py'
|
||||
] = '''
|
||||
def a_function():
|
||||
pass
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user