Skip to content

Commit 1f0ec3a

Browse files
committed
Exclude the generated parser from mypy checks.
1 parent 56a96fa commit 1f0ec3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
ignore_missing_imports = True
33
exclude = (?x)(
44
^build
5+
| hcl2/lark_parser\.py
56
)

0 commit comments

Comments
 (0)