build(deps-dev): bump param from 2.2.1 to 2.3.1 #175
Annotations
10 errors
|
Lint with ruff (non-blocking):
src/diffinsights_web/apps/explore_author.py#L347
src/diffinsights_web/apps/explore_author.py:347:19: F541 f-string without any placeholders
|
|
Lint with ruff (non-blocking):
src/diffinsights_web/02-contributors_graph.py#L571
src/diffinsights_web/02-contributors_graph.py:571:18: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
|
|
Lint with ruff (non-blocking):
src/diffannotator/utils/git.py#L1274
src/diffannotator/utils/git.py:1274:16: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
|
|
Lint with ruff (non-blocking):
src/diffannotator/utils/git.py#L457
src/diffannotator/utils/git.py:457:12: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
|
|
Lint with ruff (non-blocking):
src/diffannotator/utils/git.py#L21
src/diffannotator/utils/git.py:21:8: F401 `functools` imported but unused
|
|
Lint with ruff (non-blocking):
src/diffannotator/lexer.py#L33
src/diffannotator/lexer.py:33:30: F401 `pygments.util` imported but unused
|
|
Lint with ruff (non-blocking):
src/diffannotator/gather_data.py#L61
src/diffannotator/gather_data.py:61:27: F401 `_typeshed.SupportsWrite` imported but unused
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L2134
src/diffannotator/annotate.py:2134:29: F841 Local variable `ex` is assigned to but never used
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L1586
src/diffannotator/annotate.py:1586:41: F841 Local variable `ex` is assigned to but never used
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L52
src/diffannotator/annotate.py:52:27: F401 `_typeshed.SupportsWrite` imported but unused
|
Loading