From c5d8cf8eb6a6e84347b9379945f308f29a2fe5cb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 30 Nov 2018 03:27:41 -0500 Subject: Use pylint. --- tools/sync_third_party.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/sync_third_party.py') diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py index 5fe78c407..4205c4883 100755 --- a/tools/sync_third_party.py +++ b/tools/sync_third_party.py @@ -3,7 +3,8 @@ # Run this script if you are changing Deno's dependencies. # To update the deno_third_party git repo after running this, try the following: # cd third_party -# find . -type f | grep -v "\.git" | xargs -I% git add -f --no-warn-embedded-repo "%" +# find . -type f | grep -v "\.git" | \ +# xargs -I% git add -f --no-warn-embedded-repo "%" import third_party import util -- cgit v1.2.3