Skip to content

Commit f829747

Browse files
committed
improve dependency formatting in pyproject.toml
1 parent e978159 commit f829747

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ dependencies = [
3535
version = { attr = "funlib.persistence.__version__" }
3636

3737
[project.optional-dependencies]
38-
dev = ['coverage>=5.0.3', 'pytest', 'pytest-mock', 'black', 'mypy', 'types-psycopg2', 'types-toml']
38+
dev = [
39+
'coverage>=5.0.3',
40+
'pytest',
41+
'pytest-mock',
42+
'black',
43+
'mypy',
44+
'types-psycopg2',
45+
'types-toml',
46+
]
3947

4048
[tool.ruff]
4149
# pyflakes, pycodestyle, isort

0 commit comments

Comments
 (0)