mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
Use pylint.
This commit is contained in:
parent
d43a4be0d2
commit
c5d8cf8eb6
18 changed files with 93 additions and 53 deletions
|
@ -138,6 +138,10 @@ def permission_prompt_test(deno_exe):
|
|||
p.test_net_no()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
def main():
|
||||
deno_exe = os.path.join(build_path(), "deno" + executable_suffix)
|
||||
permission_prompt_test(deno_exe)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue