Skip to content

Enable ruff lint N999 - #8356

Open
Jens Hedegaard Nielsen (jenshnielsen) wants to merge 2 commits into
microsoft:mainfrom
jenshnielsen:jenshnielsen/ruff_016_1
Open

Enable ruff lint N999#8356
Jens Hedegaard Nielsen (jenshnielsen) wants to merge 2 commits into
microsoft:mainfrom
jenshnielsen:jenshnielsen/ruff_016_1

Conversation

@jenshnielsen

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecovBot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.09%. Comparing base (ebe1e3f) to head (e9803c8).

Additional details and impacted files
@@ Coverage Diff @@## main #8356 +/- ##
=======================================
Coverage 71.09% 71.09% =======================================
Files 305 305 Lines 31934 31934 =======================================
Hits 22705 22705 Misses 9229 9229 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Instrument driver modules that are part of the public qcodes namespace
cannot be renamed without breaking user code, so they are exempted via
lint.pep8-naming.extend-ignore-names. Test modules with invalid names
are renamed to lower case.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 8be348f8-5322-4e8d-b75a-3d00baca556f
Update the Contributor guide and the "Creating Instrument Drivers"
example notebook to state that driver modules should be named using
lower case snake_case, with vendor/model capitalization only in the
class name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 8be348f8-5322-4e8d-b75a-3d00baca556f
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jenshnielsen