Store a MD5 hash of content for stored messages #222
Annotations
5 errors and 1 warning
Lint code with ruff:
alembic/versions/a192a8d3282c_add_content_hash.py#L1
alembic/versions/a192a8d3282c_add_content_hash.py:1:1: D400 First line should end with a period
|
Lint code with ruff:
alembic/versions/a192a8d3282c_add_content_hash.py#L1
alembic/versions/a192a8d3282c_add_content_hash.py:1:1: D415 First line should end with a period, question mark, or exclamation point
|
Lint code with ruff:
metricity/exts/event_listeners/_syncer_utils.py#L36
metricity/exts/event_listeners/_syncer_utils.py:36:16: S324 Probable use of insecure hash functions in `hashlib`: `md5`
|
Lint code with ruff:
metricity/exts/event_listeners/_syncer_utils.py#L46
metricity/exts/event_listeners/_syncer_utils.py:46:39: COM812 Trailing comma missing
|
Lint code with ruff
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading