Skip to content

Commit e34fa07

Browse files
committed
fix escaping
1 parent 26db8cb commit e34fa07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-data/unit/check-flags.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,9 +2175,9 @@ a = 0 # type: ignore
21752175
1 + "asdf" # E: Unsupported operand types for + ("int" and "str")
21762176

21772177
[file mypy.ini]
2178-
[mypy]
2178+
\[mypy]
21792179
strict = False
2180-
[mypy-strictmodule]
2180+
\[mypy-strictmodule]
21812181
strict = True
21822182

21832183
[case testNoImplicitOptionalPerModule]

0 commit comments

Comments
 (0)