Skip to content

OPSIM-1079: Update pyproject.toml and workflows #9

OPSIM-1079: Update pyproject.toml and workflows

OPSIM-1079: Update pyproject.toml and workflows #9

Triggered via pull request September 29, 2023 03:57
Status Failure
Total duration 33s
Artifacts

ruff.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E402): rubin_sim/maf/ddf_dir.py#L6
rubin_sim/maf/ddf_dir.py:6:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L7
rubin_sim/maf/ddf_dir.py:7:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L8
rubin_sim/maf/ddf_dir.py:8:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L9
rubin_sim/maf/ddf_dir.py:9:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L11
rubin_sim/maf/ddf_dir.py:11:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L12
rubin_sim/maf/ddf_dir.py:12:1: E402 Module level import not at top of file
Ruff (E402): rubin_sim/maf/ddf_dir.py#L13
rubin_sim/maf/ddf_dir.py:13:1: E402 Module level import not at top of file
Ruff (W505): rubin_sim/maf/generate_ss.py#L98
rubin_sim/maf/generate_ss.py:98:80: W505 Doc line too long (84 > 79 characters)
Ruff (W505): rubin_sim/maf/generate_ss.py#L129
rubin_sim/maf/generate_ss.py:129:80: W505 Doc line too long (84 > 79 characters)
Ruff (F841): rubin_sim/maf/generate_ss.py#L130
rubin_sim/maf/generate_ss.py:130:13: F841 Local variable `results_db` is assigned to but never used