Skip to content

Commit 591f3af

Browse files
committed
Reformat using Taplo
1 parent 81f1a21 commit 591f3af

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.taplo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[formatting]
2+
array_auto_collapse = false
3+
indent_string = " "
4+
reorder_arrays = true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gribcoder"
33
description = "Add your description here"
44
authors = [
5-
{ name = "Noritada Kobayashi", email = "[email protected]" }
5+
{ name = "Noritada Kobayashi", email = "[email protected]" },
66
]
77
dependencies = [
88
"nptyping>=2.3",
@@ -22,8 +22,8 @@ dev-dependencies = [
2222
"black>=22",
2323
"flake8>=5",
2424
"isort>=5",
25-
"pytest>=7.1.3",
2625
"mypy>=1.4.1",
26+
"pytest>=7.1.3",
2727
]
2828

2929
[tool.hatch.metadata]

0 commit comments

Comments
 (0)