aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPherkel2023-08-20 15:23:02 +0200
committerPherkel2023-08-20 15:23:02 +0200
commit33744072d8c0906950cdc9cd00fc1f345a51d9d4 (patch)
treecd6771a7196a1ad39e8aa8d0f371480f1b6f3df0 /mypy.ini
parent3939a51657814712500073eaa2830ef8cdde12e4 (diff)
please the linters
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index f7cfc59..c13aa05 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -9,3 +9,9 @@ ignore_missing_imports = true
[mypy-click.*]
ignore_missing_imports = true
+
+[mypy-tokenizers.*]
+ignore_missing_imports = true
+
+[mypy-tqmd.*]
+ignore_missing_imports = true \ No newline at end of file