summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-21 01:40:17 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-21 01:40:17 -0700
commit26522ccfd6c4edd988d636eb146c511a28482fdf (patch)
treeaac17bc14c0b46876162ecc25cd401a458c4ac91 /scripts
parent8f0d26f53dcf5d1f187d8c8f8b3374a28e54dd64 (diff)
downloadisort-26522ccfd6c4edd988d636eb146c511a28482fdf.tar.gz
Passing tests!
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean.sh2
-rwxr-xr-xscripts/mkstdlibs.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
index 57bed200..45e5688c 100755
--- a/scripts/clean.sh
+++ b/scripts/clean.sh
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
-# poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ tests/
+poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ tests/
poetry run black isort/ tests/ -l 100
diff --git a/scripts/mkstdlibs.py b/scripts/mkstdlibs.py
index 4a72c75c..a58cc890 100755
--- a/scripts/mkstdlibs.py
+++ b/scripts/mkstdlibs.py
@@ -2,7 +2,6 @@
from sphinx.ext.intersphinx import fetch_inventory
-
URL = "https://docs.python.org/{}/objects.inv"
PATH = "isort/stdlibs/py{}.py"
VERSIONS = [("2", "7"), ("3",)]