Skip to content

Commit c84b47e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b6b0c8 commit c84b47e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.prettierrc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"req": {
7474
"numpy": [""],
7575
"scipy": [""],
76-
"spatialdata": [""]
76+
"spatialdata": [""],
7777
},
7878
// same for env variables
7979
"env": {},

0 commit comments

Comments
 (0)