8000 mypy: also check build_tanker.py · TankerHQ/sdk-python@dd279e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd279e1

Browse files
committed
mypy: also check build_tanker.py
1 parent 6c3ed78 commit dd279e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mypy.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
mypy_path = stubs/
3-
files = run-ci.py, tankersdk/**/*.py, test/**/*.py
3+
files = build_tanker.py, run-ci.py, tankersdk/**/*.py, test/**/*.py
44
allow_untyped_decorators = false
55
warn_unused_configs = true
66
disallow_subclassing_any = true
@@ -15,6 +15,9 @@ warn_return_any = true
1515
ignore_missing_imports = false
1616
pretty = true
1717

18+
[mypy-cffi]
19+
ignore_missing_imports = true
20+
1821
[mypy-_tanker]
1922
ignore_missing_imports = true
2023

0 commit comments

Comments
 (0)
0