summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-10 07:43:11 +0200
committerGitHub <noreply@github.com>2022-09-10 07:43:11 +0200
commitc13d8d9a6ab234a39e03a6a4f76ff1c202bfbd4a (patch)
tree5f0a3af9ef5bab9efc8e0be7f06ed21994d59a84 /setup.cfg
parent0cc82c4c0de8771c1323cc2e183497d722ea5bfe (diff)
downloadpylint-git-c13d8d9a6ab234a39e03a6a4f76ff1c202bfbd4a.tar.gz
Add ``tomlkit`` and ``isort`` to ``mypy`` additional dependencies (#7450)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 01c53c377..492c3f990 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,9 +59,6 @@ ignore_missing_imports = True
[mypy-enchant.*]
ignore_missing_imports = True
-[mypy-isort.*]
-ignore_missing_imports = True
-
[mypy-mccabe]
ignore_missing_imports = True
@@ -80,9 +77,6 @@ ignore_missing_imports = True
[mypy-git.*]
ignore_missing_imports = True
-[mypy-tomlkit]
-ignore_missing_imports = True
-
[mypy-sphinx.*]
ignore_missing_imports = True