mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Upgrade pylint (#2917)
depot_tools is removing pylint from its distribution so we must maintain our own copy.
This commit is contained in:
parent
ad11f2ad6a
commit
82dc1b8e59
14 changed files with 94 additions and 86 deletions
|
@ -11,14 +11,14 @@ import sys
|
|||
import json
|
||||
import time
|
||||
import shutil
|
||||
import tempfile
|
||||
import subprocess
|
||||
from util import find_exts, root_path, run, run_output
|
||||
from util import build_path, executable_suffix
|
||||
import tempfile
|
||||
import http_server
|
||||
import throughput_benchmark
|
||||
from http_benchmark import http_benchmark
|
||||
import prebuilt
|
||||
import subprocess
|
||||
from http_benchmark import http_benchmark
|
||||
import throughput_benchmark
|
||||
import http_server
|
||||
|
||||
# The list of the tuples of the benchmark name and arguments
|
||||
exec_time_benchmarks = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue