chore(deps): update dependency pytest-aiohttp to ~=1.1.0 #620
ci.yml
on: pull_request
ruff
18s
pyright
20s
check-json
21s
unit-tests
21s
FIXME check
12s
Annotations
4 errors and 10 warnings
|
ruff
Process completed with exit code 1.
|
|
pyright
Process completed with exit code 1.
|
|
unit-tests
Process completed with exit code 1.
|
|
check-json
Process completed with exit code 1.
|
|
FIXME check:
notes/utils.py#L39
created_at=int(data["date"]), # FIXME: Migrate all stored values to int
|
|
FIXME check:
notes/utils.py#L35
member_id=int(data["member"]), # FIXME: Migrate all stored values to int
|
|
FIXME check:
notes/abstracts.py#L9
# fixme: please use data classes
|
|
FIXME check:
markov/markov.py#L152
# fixme: error handle mode being wrong
|
|
FIXME check:
markov/markov.py#L78
# fixme: what to do if mode is set wrong
|
|
FIXME check:
jail/utils.py#L210
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
|
FIXME check:
jail/jail.py#L103
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
|
FIXME check:
jail/abstracts.py#L60
# fixme: please use data classes
|
|
FIXME check:
jail/abstracts.py#L9
# fixme: please use data classes
|
|
FIXME check:
custom_msg/interactive_session.py#L95
# fixme: your function is rubbish
|