Skip to content

Commit 22ac062

Browse files
authored
Remove note: setup.cfg *does* need [mypy] section
1 parent 2ac722a commit 22ac062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ section names in square brackets and flag settings of the form
3535
`NAME = VALUE`. Comments start with ``#`` characters.
3636

3737
- A section named ``[mypy]`` must be present. This specifies
38-
the global flags. The ``setup.cfg`` file is an exception to this.
38+
the global flags.
3939

4040
- Additional sections named ``[mypy-PATTERN1,PATTERN2,...]`` may be
4141
present, where ``PATTERN1``, ``PATTERN2``, etc., are comma-separated

0 commit comments

Comments
 (0)