summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-10 13:43:20 +0100
committerGitHub <noreply@github.com>2022-03-10 13:43:20 +0100
commit51d414dc472e0d977c7a60b37801e22be8611f23 (patch)
treebf316a00eb32c31ed7a7c96812bc5f4c89ce5383 /setup.cfg
parent1ebdc8c59f31962db0244a79eaab9b8d90a87baf (diff)
downloadpylint-git-51d414dc472e0d977c7a60b37801e22be8611f23.tar.gz
Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 26318dd7c..8c148180f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,7 +51,7 @@ install_requires =
astroid>=2.9.2,<=2.10.0-dev0
isort>=4.2.5,<6
mccabe>=0.6,<0.7
- toml>=0.9.2
+ tomli>=1.1.0;python_version<"3.11"
colorama;sys_platform=="win32"
typing-extensions>=3.10.0;python_version<"3.10"
python_requires = >=3.6.2
@@ -125,9 +125,6 @@ ignore_missing_imports = True
[mypy-_string]
ignore_missing_imports = True
-[mypy-toml.decoder]
-ignore_missing_imports = True
-
[mypy-git.*]
ignore_missing_imports = True