File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ overrides :
2
+ # JSON with comments and trailing commas
3
+ - files :
4
+ - " .vscode/*.json"
5
+ - " benchmarks/*.json"
6
+ options :
7
+ parser : json5
8
+ quoteProps : preserve
9
+ singleQuote : false
Original file line number Diff line number Diff line change 25
25
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
26
26
"build_command" : [
27
27
" python -m pip install build" ,
28
- " python -m build --wheel -o {build_cache_dir} {build_dir}"
28
+ " python -m build --wheel -o {build_cache_dir} {build_dir}" ,
29
29
],
30
30
31
31
// List of branches to benchmark. If not provided, defaults to "master"
76
76
"spatialdata" : [" " ]
77
77
},
78
78
// same for env variables
79
- "env" : {}
79
+ "env" : {},
80
80
},
81
81
82
82
// Combinations of libraries/python versions can be excluded/included
126
126
127
127
// The directory (relative to the current directory) that the html tree
128
128
// should be written to. If not provided, defaults to "html".
129
- "html_dir" : " .asv/html"
129
+ "html_dir" : " .asv/html" ,
130
130
131
131
// The number of characters to retain in the commit hashes.
132
132
// "hash_length": 8,
You can’t perform that action at this time.
0 commit comments