get ci pipelines functional, and switch to ruff linter/formatter #419
ci.yml
on: pull_request
ruff
26s
pyright
23s
check-json
22s
unit-tests
59s
FIXME check
14s
Annotations
10 warnings
FIXME check:
custom_msg/interactive_session.py#L87
# fixme: your function is rubbish @issy
|
FIXME check:
jail/abstracts.py#L9
# fixme: please use data classes
|
FIXME check:
jail/abstracts.py#L60
# fixme: please use data classes
|
FIXME check:
jail/jail.py#L104
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
FIXME check:
jail/utils.py#L210
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
FIXME check:
markov/markov.py#L78
# fixme: what to do if mode is set wrong
|
FIXME check:
markov/markov.py#L152
# fixme: error handle mode being wrong
|
FIXME check:
notes/abstracts.py#L9
# fixme: please use data classes
|
FIXME check:
notes/utils.py#L35
member_id=int(data["member"]), # FIXME: Migrate all stored values to int
|
FIXME check:
notes/utils.py#L39
created_at=int(data["date"]), # FIXME: Migrate all stored values to int
|