Skip to content

feat: set domain check to be endpoint specific, and remove unused end… #19

feat: set domain check to be endpoint specific, and remove unused end…

feat: set domain check to be endpoint specific, and remove unused end… #19

Triggered via push September 18, 2023 21:48
Status Failure
Total duration 26s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (F401): src/main.py#L5
src/main.py:5:54: F401 `fastapi.Depends` imported but unused
Ruff (F401): src/main.py#L10
src/main.py:10:26: F401 `dependencies.check_domain` imported but unused
Ruff (E712): tests/api/routers/test_institutions_api.py#L144
tests/api/routers/test_institutions_api.py:144:30: E712 Comparison to `True` should be `cond is True` or `if cond:`
ruff
Process completed with exit code 1.