about summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-21 12:38:23 -0600
committerFrederick Muriuki Muriithi2024-11-21 12:38:23 -0600
commit4597b79c520f421234d4b8a890d9b9185b8c2890 (patch)
treecaf79ff1a8fe3f64f9829a61b03238c95d7f4ff0 /mypy.ini
parenta5d92a267d6798f2bb3c2e26a2adedb88b657a9d (diff)
downloadgn-libs-4597b79c520f421234d4b8a890d9b9185b8c2890.tar.gz
Fix linting and mypy errors
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..acf7e33
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,5 @@
+[mypy]
+mypy_path = stubs
+
+[mypy-MySQLdb.*]
+ignore_missing_imports = True
\ No newline at end of file