We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6b0c8 commit c84b47eCopy full SHA for c84b47e
.prettierrc.yaml
@@ -1,9 +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
+ # JSON with comments and trailing commas
+ - files:
+ - ".vscode/*.json"
+ - "benchmarks/*.json"
+ options:
+ parser: json5
+ quoteProps: preserve
+ singleQuote: false
benchmarks/asv.conf.json
@@ -73,7 +73,7 @@
73
"req": {
74
"numpy": [""],
75
"scipy": [""],
76
- "spatialdata": [""]
+ "spatialdata": [""],
77
},
78
// same for env variables
79
"env": {},
0 commit comments