Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]

# Match the maximum line length in Swift files.
max-line-length = 120
8 changes: 4 additions & 4 deletions build-script-helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
from __future__ import print_function

import argparse
import sys
import os, platform
import json
import os
import subprocess
import sys
from pathlib import Path
from typing import List, Union, Optional
import json
from typing import List, Optional, Union

# -----------------------------------------------------------------------------
# General utilities
Expand Down