mirror of
https://github.com/denoland/deno.git
synced 2025-09-15 07:05:08 +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
|
@ -3,10 +3,10 @@
|
|||
from glob import glob
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
from third_party import google_env, python_env
|
||||
from third_party import clang_format_path, third_party_path
|
||||
from util import root_path, run, find_exts, platform
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--js", help="only run prettier", action="store_true")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue