This commit is contained in:
litagin02
2024-05-26 08:00:32 +09:00
parent a4f28e4f6f
commit 7880659d4a
10 changed files with 881 additions and 844 deletions

View File

@@ -78,7 +78,7 @@ cov = ["test-cov", "cov-report"]
[tool.hatch.envs.style]
detached = true
dependencies = ["black", "isort"]
dependencies = ["black[jupyter]", "isort"]
[tool.hatch.envs.style.scripts]
check = [
"black --check --diff .",