chore: add black for all code, no string norm
This commit is contained in:
committed by
Henry Schreiner
parent
5716296071
commit
9cbed6a9be
+1
-1
@@ -22,6 +22,6 @@ if __name__ == '__main__':
|
||||
subprocess.run([
|
||||
sys.executable, '-m', 'test.test_projects',
|
||||
options.project_python_path, project_dir
|
||||
], check=True)
|
||||
], check=True,)
|
||||
|
||||
sys.exit(subprocess.run([sys.executable, '-m', 'cibuildwheel'], cwd=project_dir).returncode)
|
||||
|
||||
Reference in New Issue
Block a user