sort deps
This commit is contained in:
parent
1fc65d2920
commit
44ada8938d
1 changed files with 2 additions and 2 deletions
|
|
@ -55,15 +55,15 @@ path = "learn_sql_model/__about__.py"
|
|||
|
||||
[tool.hatch.envs.default]
|
||||
dependencies = [
|
||||
"black",
|
||||
"ipython",
|
||||
"mypy",
|
||||
"pyflyby",
|
||||
"pytest",
|
||||
'alembic',
|
||||
"pytest-cov",
|
||||
"pytest-mock",
|
||||
"ruff",
|
||||
"black",
|
||||
"alembic",
|
||||
]
|
||||
[tool.hatch.envs.default.scripts]
|
||||
test = "coverage run -m pytest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue