Skip to content

Commit

Permalink
meta: Add black to default env deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 16, 2024
1 parent f91c69c commit f8fb1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ dependencies = [
"pytest-cov",
"ipython",
"astropy",
"asdf-astropy"
"asdf-astropy",
"black"
]

[tool.hatch.envs.default.scripts]
Expand Down

0 comments on commit f8fb1fa

Please sign in to comment.