From 33744072d8c0906950cdc9cd00fc1f345a51d9d4 Mon Sep 17 00:00:00 2001 From: Pherkel Date: Sun, 20 Aug 2023 15:23:02 +0200 Subject: please the linters --- mypy.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mypy.ini') 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 -- cgit v1.2.3