From 443802995bf0cf4921e51a5ef2f2807c22153fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:45:47 +0200 Subject: Add a ``--generate-toml-config`` option (#6199) --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 79faf0fef..94a5f197f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,6 +51,7 @@ install_requires = isort>=4.2.5,<6 mccabe>=0.6,<0.8 tomli>=1.1.0;python_version<"3.11" + tomlkit>=0.10.1 colorama;sys_platform=="win32" typing-extensions>=3.10.0;python_version<"3.10" python_requires = >=3.7.2 @@ -135,6 +136,9 @@ ignore_missing_imports = True [mypy-git.*] ignore_missing_imports = True +[mypy-tomlkit] +ignore_missing_imports = True + [mypy-sphinx.*] ignore_missing_imports = True -- cgit v1.2.1