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]
|
[tool.hatch.envs.default]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"black",
|
||||||
"ipython",
|
"ipython",
|
||||||
"mypy",
|
"mypy",
|
||||||
"pyflyby",
|
"pyflyby",
|
||||||
"pytest",
|
"pytest",
|
||||||
'alembic',
|
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock",
|
"pytest-mock",
|
||||||
"ruff",
|
"ruff",
|
||||||
"black",
|
"alembic",
|
||||||
]
|
]
|
||||||
[tool.hatch.envs.default.scripts]
|
[tool.hatch.envs.default.scripts]
|
||||||
test = "coverage run -m pytest"
|
test = "coverage run -m pytest"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue