Skip to content

Commit 75125fb

Browse files
committed
Linting.
1 parent 9836136 commit 75125fb

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ known_third_party =
2020
domdf-python-tools
2121
github
2222
ipython
23+
isort
2324
nbconvert
2425
pylint
2526
pytest

lint_roller.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

notebook2script/ipynb2py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323

2424
# 3rd party
25-
import isort
25+
import isort # type: ignore
2626
import yapf_isort
2727
from domdf_python_tools.compat import importlib_resources
2828
from domdf_python_tools.paths import PathPlus

0 commit comments

Comments
 (0)