Skip to content

Commit 1252d9a

Browse files
jenshnielsenCopilot
andcommitted
Remove stale ruff F401 per-file ignores for deleted files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 422dbc4 commit 1252d9a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,6 @@ allowed-confusables = ["µ"]
272272
known-first-party = ["qcodes"]
273273

274274
[tool.ruff.lint.per-file-ignores]
275-
# deprecated modules left
276-
# for backwards compatibility
277-
"src/qcodes/instrument_drivers/AimTTi/AimTTi_PL601P_channels.py" = ["F401"]
278-
"src/qcodes/instrument_drivers/devices.py" = ["F401"]
279-
280275
# TID253 these imports are fine at module level
281276
# in tests and examples
282277
"docs/*" = ["TID253"]

0 commit comments

Comments
 (0)