Skip to content

Commit 7a09d1d

Browse files
committed
Have isort skip __init__
1 parent d7ef261 commit 7a09d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-linter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flake8 proplot docs --exclude .ipynb_checkpoints --max-line-length=88 --ignore=W
1414
# black --check -S proplot
1515

1616
echo '[isort]'
17-
isort --recursive --check-only --line-width=88 --multi-line=3 --force-grid-wrap=0 --trailing-comma proplot
17+
isort --recursive --check-only --line-width=88 --skip __init__.py --multi-line=3 --force-grid-wrap=0 --trailing-comma proplot
1818

1919
# Apply once this handles long tables better
2020
# echo '[doc8]'

0 commit comments

Comments
 (0)