Skip to content

Commit b336dc8

Browse files
committed
add a comment
1 parent 3b9618b commit b336dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class BuildType:
1818
PROGRAM_TEXT = 2 # type: ClassVar[int]
1919

2020

21+
# These aren't classvars in Options because mypyc doesn't properly
22+
# implement class namespaces yet.
2123
PER_MODULE_OPTIONS = {
2224
# Please keep this list sorted
2325
"always_false",

0 commit comments

Comments
 (0)