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 2525 // "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
2626 "build_command" : [
2727 " 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}" ,
2929 ],
3030
3131 // List of branches to benchmark. If not provided, defaults to "master"
7676 "spatialdata" : [" " ]
7777 },
7878 // same for env variables
79- "env" : {}
79+ "env" : {},
8080 },
8181
8282 // Combinations of libraries/python versions can be excluded/included
126126
127127 // The directory (relative to the current directory) that the html tree
128128 // should be written to. If not provided, defaults to "html".
129- "html_dir" : " .asv/html"
129+ "html_dir" : " .asv/html" ,
130130
131131 // The number of characters to retain in the commit hashes.
132132 // "hash_length": 8,
You can’t perform that action at this time.
0 commit comments