Skip to content

Commit

Permalink
Exclude the generated parser from mypy checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Dec 28, 2022
1 parent 56a96fa commit 1f0ec3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ignore_missing_imports = True
exclude = (?x)(
^build
| hcl2/lark_parser\.py
)

0 comments on commit 1f0ec3a

Please sign in to comment.