aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPherkel2023-09-03 19:30:33 +0200
committerPherkel2023-09-03 19:30:33 +0200
commit33f09080aee10bddb4797a557d676ee1f7b8de31 (patch)
tree1a35c13c2c91f84f542fe9ed5552bcbe60b437c3 /pyproject.toml
parentf3d2ea9a16944434a08e662c5ecfd6ba50e5ea89 (diff)
idk, hopefully this works
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dc136f2..2e69211 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,6 +25,7 @@ mypy = "^1.5.1"
pylint = "^2.17.5"
ruff = "^0.0.285"
types-tqdm = "^4.66.0.1"
+ipykernel = "^6.25.1"
[tool.ruff]
select = ["E", "F", "B", "I"]
@@ -33,7 +34,7 @@ line-length = 120
target-version = "py310"
[tool.black]
-line-length = 120
+line-length = 100
[tool.poetry.scripts]
train = "swr2_asr.train:run_cli"