Bump the pip group across 1 directories with 1 update #14
Annotations
11 errors
mypy
Process completed with exit code 1.
|
Ruff (N999):
__init__.py#L1
__init__.py:1:1: N999 Invalid module name: 'ShepardTTS'
|
Ruff (T201):
app.py#L34
app.py:34:5: T201 `print` found
|
Ruff (T201):
app.py#L35
app.py:35:5: T201 `print` found
|
Ruff (PLR0913):
app.py#L38
app.py:38:5: PLR0913 Too many arguments in function definition (9 > 5)
|
Ruff (D103):
app.py#L38
app.py:38:5: D103 Missing docstring in public function
|
Ruff (PLR2004):
app.py#L49
app.py:49:22: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
|
Ruff (PLR2004):
app.py#L55
app.py:55:22: PLR2004 Magic value used in comparison, consider replacing `2500` with a constant variable
|
Ruff (E501):
app.py#L130
app.py:130:121: E501 Line too long (166 > 120)
|
Ruff (E501):
app.py#L154
app.py:154:121: E501 Line too long (155 > 120)
|
Ruff (E501):
app.py#L163
app.py:163:121: E501 Line too long (156 > 120)
|