Skip to content

Commit e1b7e05

Browse files
committed
chore: add ijson as a dev dependency
1 parent 5e4aeca commit e1b7e05

File tree

3 files changed

+181
-103
lines changed

3 files changed

+181
-103
lines changed

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ ignore_missing_imports = True
4646

4747
[mypy-snappy]
4848
ignore_missing_imports = True
49+
50+
[mypy-ijson]
51+
ignore_missing_imports = True

0 commit comments

Comments
 (0)