style: apply black via pre-commit run -a
This commit is contained in:
committed by
Henry Schreiner
parent
9cbed6a9be
commit
178aaea6c7
+4
-4
@@ -19,9 +19,9 @@ if __name__ == '__main__':
|
||||
options = parser.parse_args()
|
||||
|
||||
project_dir = tempfile.mkdtemp()
|
||||
subprocess.run([
|
||||
sys.executable, '-m', 'test.test_projects',
|
||||
options.project_python_path, project_dir
|
||||
], check=True,)
|
||||
subprocess.run(
|
||||
[sys.executable, '-m', 'test.test_projects', options.project_python_path, project_dir],
|
||||
check=True,
|
||||
)
|
||||
|
||||
sys.exit(subprocess.run([sys.executable, '-m', 'cibuildwheel'], cwd=project_dir).returncode)
|
||||
|
||||
Reference in New Issue
Block a user