From 22ac062601c1954793d51807e1a168f61f8be5c2 Mon Sep 17 00:00:00 2001 From: James Cooke Date: Wed, 14 Apr 2021 16:59:15 +0100 Subject: [PATCH] Remove note: setup.cfg *does* need [mypy] section --- docs/source/config_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config_file.rst b/docs/source/config_file.rst index 1c3607033afc..904620e2cbc9 100644 --- a/docs/source/config_file.rst +++ b/docs/source/config_file.rst @@ -35,7 +35,7 @@ section names in square brackets and flag settings of the form `NAME = VALUE`. Comments start with ``#`` characters. - A section named ``[mypy]`` must be present. This specifies - the global flags. The ``setup.cfg`` file is an exception to this. + the global flags. - Additional sections named ``[mypy-PATTERN1,PATTERN2,...]`` may be present, where ``PATTERN1``, ``PATTERN2``, etc., are comma-separated