Skip to content

Remove the x-requested-with check from EmailCsvQueryView #1051

Remove the x-requested-with check from EmailCsvQueryView

Remove the x-requested-with check from EmailCsvQueryView #1051

Re-run triggered April 4, 2025 22:32
Status Failure
Total duration 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (UP031): explorer/__init__.py#L12
explorer/__init__.py:12:13: UP031 Use format specifiers instead of percent format
Ruff (UP031): explorer/__init__.py#L14
explorer/__init__.py:14:21: UP031 Use format specifiers instead of percent format
Ruff (UP031): explorer/__init__.py#L17
explorer/__init__.py:17:13: UP031 Use format specifiers instead of percent format
Ruff (UP035): explorer/charts.py#L2
explorer/charts.py:2:1: UP035 Import from `collections.abc` instead: `Iterable`
Ruff (UP031): explorer/tests/factories.py#L15
explorer/tests/factories.py:15:35: UP031 Use format specifiers instead of percent format
Ruff (UP035): explorer/utils.py#L5
explorer/utils.py:5:1: UP035 Import from `collections.abc` instead: `Iterable`
Ruff (UP035): explorer/utils.py#L5
explorer/utils.py:5:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP006): explorer/utils.py#L22
explorer/utils.py:22:35: UP006 Use `tuple` instead of `Tuple` for type annotation
ruff
Process completed with exit code 1.