[ { "cell": null, "code": "F401", "end_location": { "column": 10, "row": 3 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\cli.py", "fix": { "applicability": "safe", "edits": [ { "content": "", "end_location": { "column": 1, "row": 4 }, "location": { "column": 1, "row": 3 } } ], "message": "Remove unused import: `os`" }, "location": { "column": 8, "row": 3 }, "message": "`os` imported but unused", "name": "unused-import", "noqa_row": 3, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 25, "row": 5 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\cli.py", "fix": { "applicability": "safe", "edits": [ { "content": "", "end_location": { "column": 1, "row": 6 }, "location": { "column": 1, "row": 5 } } ], "message": "Remove unused import: `pathlib.Path`" }, "location": { "column": 21, "row": 5 }, "message": "`pathlib.Path` imported but unused", "name": "unused-import", "noqa_row": 5, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 24, "row": 6 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\cli.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Optional, Sequence", "end_location": { "column": 44, "row": 6 }, "location": { "column": 1, "row": 6 } } ], "message": "Remove unused import: `typing.List`" }, "location": { "column": 20, "row": 6 }, "message": "`typing.List` imported but unused", "name": "unused-import", "noqa_row": 6, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 39, "row": 4 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\diff.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Dict, List, Optional, Sequence, Set", "end_location": { "column": 70, "row": 4 }, "location": { "column": 1, "row": 4 } } ], "message": "Remove unused import: `typing.Iterable`" }, "location": { "column": 31, "row": 4 }, "message": "`typing.Iterable` imported but unused", "name": "unused-import", "noqa_row": 4, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 10, "row": 2 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "", "end_location": { "column": 1, "row": 3 }, "location": { "column": 1, "row": 2 } } ], "message": "Remove unused import: `io`" }, "location": { "column": 8, "row": 2 }, "message": "`io` imported but unused", "name": "unused-import", "noqa_row": 2, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 10, "row": 4 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "", "end_location": { "column": 1, "row": 5 }, "location": { "column": 1, "row": 4 } } ], "message": "Remove unused import: `os`" }, "location": { "column": 8, "row": 4 }, "message": "`os` imported but unused", "name": "unused-import", "noqa_row": 4, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 11, "row": 6 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "", "end_location": { "column": 1, "row": 7 }, "location": { "column": 1, "row": 6 } } ], "message": "Remove unused import: `sys`" }, "location": { "column": 8, "row": 6 }, "message": "`sys` imported but unused", "name": "unused-import", "noqa_row": 6, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 45, "row": 9 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Dict, Iterable, Mapping, Optional, Union", "end_location": { "column": 94, "row": 9 }, "location": { "column": 1, "row": 9 } } ], "message": "Remove unused import" }, "location": { "column": 41, "row": 9 }, "message": "`typing.List` imported but unused", "name": "unused-import", "noqa_row": 9, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 70, "row": 9 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Dict, Iterable, Mapping, Optional, Union", "end_location": { "column": 94, "row": 9 }, "location": { "column": 1, "row": 9 } } ], "message": "Remove unused import" }, "location": { "column": 56, "row": 9 }, "message": "`typing.MutableMapping` imported but unused", "name": "unused-import", "noqa_row": 9, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 87, "row": 9 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\loaders.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Dict, Iterable, Mapping, Optional, Union", "end_location": { "column": 94, "row": 9 }, "location": { "column": 1, "row": 9 } } ], "message": "Remove unused import" }, "location": { "column": 82, "row": 9 }, "message": "`typing.Tuple` imported but unused", "name": "unused-import", "noqa_row": 9, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 29, "row": 3 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\render.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Optional, Sequence", "end_location": { "column": 65, "row": 3 }, "location": { "column": 1, "row": 3 } } ], "message": "Remove unused import" }, "location": { "column": 25, "row": 3 }, "message": "`typing.Dict` imported but unused", "name": "unused-import", "noqa_row": 3, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 39, "row": 3 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\render.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Optional, Sequence", "end_location": { "column": 65, "row": 3 }, "location": { "column": 1, "row": 3 } } ], "message": "Remove unused import" }, "location": { "column": 31, "row": 3 }, "message": "`typing.Iterable` imported but unused", "name": "unused-import", "noqa_row": 3, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 45, "row": 3 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\render.py", "fix": { "applicability": "safe", "edits": [ { "content": "from typing import Any, Optional, Sequence", "end_location": { "column": 65, "row": 3 }, "location": { "column": 1, "row": 3 } } ], "message": "Remove unused import" }, "location": { "column": 41, "row": 3 }, "message": "`typing.List` imported but unused", "name": "unused-import", "noqa_row": 3, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" }, { "cell": null, "code": "F401", "end_location": { "column": 32, "row": 5 }, "filename": "E:\\muck\\harness\\workspace\\repos\\envdiff\\src\\envdiff\\render.py", "fix": { "applicability": "safe", "edits": [ { "content": "from envdiff.diff import DiffResult, Kind, is_secret_key, mask", "end_location": { "column": 71, "row": 5 }, "location": { "column": 1, "row": 5 } } ], "message": "Remove unused import: `envdiff.diff.Change`" }, "location": { "column": 26, "row": 5 }, "message": "`envdiff.diff.Change` imported but unused", "name": "unused-import", "noqa_row": 5, "severity": "error", "url": "https://docs.astral.sh/ruff/rules/unused-import" } ]