Skip to content

Commit

Permalink
improve dependency formatting in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 11, 2024
1 parent e978159 commit f829747
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ dependencies = [
version = { attr = "funlib.persistence.__version__" }

[project.optional-dependencies]
dev = ['coverage>=5.0.3', 'pytest', 'pytest-mock', 'black', 'mypy', 'types-psycopg2', 'types-toml']
dev = [
'coverage>=5.0.3',
'pytest',
'pytest-mock',
'black',
'mypy',
'types-psycopg2',
'types-toml',
]

[tool.ruff]
# pyflakes, pycodestyle, isort
Expand Down

0 comments on commit f829747

Please sign in to comment.