We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e113695 + 65bac1e commit 8068ff7Copy full SHA for 8068ff7
.flake8
@@ -0,0 +1,4 @@
1
+[flake8]
2
+
3
+# Match the maximum line length in Swift files.
4
+max-line-length = 120
build-script-helper.py
@@ -15,12 +15,12 @@
15
from __future__ import print_function
16
17
import argparse
18
-import sys
19
-import os, platform
+import json
+import os
20
import subprocess
21
+import sys
22
from pathlib import Path
-from typing import List, Union, Optional
23
-import json
+from typing import List, Optional, Union
24
25
# -----------------------------------------------------------------------------
26
# General utilities
0 commit comments