mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39: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
|
@ -1,14 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import third_party
|
||||
from util import (build_mode, build_path, enable_ansi_colors, root_path, run,
|
||||
shell_quote)
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from distutils.spawn import find_executable
|
||||
import prebuilt
|
||||
import argparse
|
||||
import prebuilt
|
||||
import third_party
|
||||
from util import (build_mode, build_path, enable_ansi_colors, root_path, run,
|
||||
shell_quote)
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue