Add files via upload #2
Annotations
20 errors and 2 warnings
|
ruff (UP037):
monad/chat/chat_engine.py#L25
monad/chat/chat_engine.py:25:29: UP037 Remove quotes from type annotation
help: Remove quotes
|
|
ruff (N999):
monad/chat/__init__.py#L1
monad/chat/__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
ruff (B904):
monad/api/server.py#L205
monad/api/server.py:205:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
ruff (B008):
monad/api/server.py#L201
monad/api/server.py:201:56: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B008):
monad/api/server.py#L188
monad/api/server.py:188:33: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B008):
monad/api/server.py#L183
monad/api/server.py:183:37: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B904):
monad/api/server.py#L167
monad/api/server.py:167:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
ruff (B008):
monad/api/server.py#L137
monad/api/server.py:137:27: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (N999):
monad/api/__init__.py#L1
monad/api/__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
ruff (N999):
monad/__init__.py#L1
monad/__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
ruff (UP037):
monad/chat/chat_engine.py#L25
monad\chat\chat_engine.py:25:29: UP037 Remove quotes from type annotation
help: Remove quotes
|
|
ruff (N999):
monad/chat/__init__.py#L1
monad\chat\__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
ruff (B904):
monad/api/server.py#L205
monad\api\server.py:205:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
ruff (B008):
monad/api/server.py#L201
monad\api\server.py:201:56: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B008):
monad/api/server.py#L188
monad\api\server.py:188:33: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B008):
monad/api/server.py#L183
monad\api\server.py:183:37: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (B904):
monad/api/server.py#L167
monad\api\server.py:167:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
ruff (B008):
monad/api/server.py#L137
monad\api\server.py:137:27: B008 Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
|
ruff (N999):
monad/api/__init__.py#L1
monad\api\__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
ruff (N999):
monad/__init__.py#L1
monad\__init__.py:1:1: N999 Invalid module name: 'monad-ultron'
|
|
test (ubuntu-latest, 3.12)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest, 3.12)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|