We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9836136 commit 75125fbCopy full SHA for 75125fb
.isort.cfg
@@ -20,6 +20,7 @@ known_third_party =
20
domdf-python-tools
21
github
22
ipython
23
+ isort
24
nbconvert
25
pylint
26
pytest
lint_roller.sh
notebook2script/ipynb2py.py
@@ -22,7 +22,7 @@
#
# 3rd party
-import isort
+import isort # type: ignore
import yapf_isort
27
from domdf_python_tools.compat import importlib_resources
28
from domdf_python_tools.paths import PathPlus
0 commit comments