Skip to content

Commit 148d542

Browse files
committed
better difs for pyproject
1 parent 893de4c commit 148d542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"toml==0.10.2",
2020
"unidecode==1.3.4",
2121
"wcwidth==0.2.5",
22-
"dataclasses-json==0.5.8"
22+
"dataclasses-json==0.5.8",
2323
]
2424
dynamic = ["version"]
2525

@@ -32,7 +32,7 @@ test = [
3232
"isort==5.12.0",
3333
"autoflake==2.0.2",
3434
"pytest==7.2.2",
35-
"pytest-cov==4.1.0"
35+
"pytest-cov==4.1.0",
3636
]
3737

3838
[project.scripts]

0 commit comments

Comments
 (0)