diff options
author | Pherkel | 2023-08-20 15:23:02 +0200 |
---|---|---|
committer | Pherkel | 2023-08-20 15:23:02 +0200 |
commit | 33744072d8c0906950cdc9cd00fc1f345a51d9d4 (patch) | |
tree | cd6771a7196a1ad39e8aa8d0f371480f1b6f3df0 /pyproject.toml | |
parent | 3939a51657814712500073eaa2830ef8cdde12e4 (diff) |
please the linters
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index eb17479..fabe364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ black = "^23.7.0" mypy = "^1.5.1" pylint = "^2.17.5" ruff = "^0.0.285" +types-tqdm = "^4.66.0.1" [tool.poetry.scripts] train = "swr2_asr.train:run_cli" |