We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ef261 commit 7a09d1dCopy full SHA for 7a09d1d
ci/run-linter.sh
@@ -14,7 +14,7 @@ flake8 proplot docs --exclude .ipynb_checkpoints --max-line-length=88 --ignore=W
14
# black --check -S proplot
15
16
echo '[isort]'
17
-isort --recursive --check-only --line-width=88 --multi-line=3 --force-grid-wrap=0 --trailing-comma proplot
+isort --recursive --check-only --line-width=88 --skip __init__.py --multi-line=3 --force-grid-wrap=0 --trailing-comma proplot
18
19
# Apply once this handles long tables better
20
# echo '[doc8]'
0 commit comments