Skip to content

Commit 3b6b0c8

Browse files
committed
fix fmt
1 parent 0eb0f33 commit 3b6b0c8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.prettierrc.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

benchmarks/asv.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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"
@@ -76,7 +76,7 @@
7676
"spatialdata": [""]
7777
},
7878
// same for env variables
79-
"env": {}
79+
"env": {},
8080
},
8181

8282
// Combinations of libraries/python versions can be excluded/included
@@ -126,7 +126,7 @@
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,

0 commit comments

Comments
 (0)