We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48694aa commit c2fabe7Copy full SHA for c2fabe7
mypy.ini
@@ -0,0 +1,10 @@
1
+[mypy]
2
+ignore_missing_imports = True
3
+follow_imports = skip
4
+
5
+[mypy-rdkit-stubs.*]
6
+ignore_errors = True
7
+disable_error_code = syntax
8
9
+[mypy-rxn_insight.*]
10
+disable_error_code = assignment,import,operator,var-annotated,no-untyped-def,arg-type,union-attr,call-arg,attr-defined, return, return-value
0 commit comments