Commit 22ffdc6
Merge pull request #158 from packit/pep561
Make specfile PEP 561 compliant
This allows mypy to recognize specfile type hints in projects importing it and avoids the following error:
Skipping analyzing "specfile": module is installed, but missing library stubs or py.typed marker
Reviewed-by: None <None>2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
Whitespace-only changes.
0 commit comments