File size: 285 Bytes
8ccf878
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "cSpell.words": [
    "astype",
    "dtype",
    "fromarray",
    "Gradio",
    "inbrowser",
    "ndarray"
  ],
  "python.analysis.typeCheckingMode": "basic",
  "flake8.args": [
    "--ignore=E265,W291",
    "--max-complexity=10",
    "--max-line-length=127"
  ]
}