Skip to content

Commit

Permalink
no need to exclude removed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jan 22, 2023
1 parent 751edae commit cc76107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ module = [
"qcodes.instrument.mockers.ami430",
"qcodes.instrument_drivers.Harvard.*",
"qcodes.instrument_drivers.Keysight.keysightb1500.message_builder.*",
"qcodes.instrument_drivers.oxford.mercuryiPS",
"qcodes.instrument_drivers.test",
"qcodes.loops",
"qcodes.math_utils.*",
"qcodes.measure",
Expand Down Expand Up @@ -233,10 +231,8 @@ ignore_missing_imports = true
include = ["qcodes"]
ignore = [
"qcodes/tests",
"qcodes/instrument_drivers/test.py",
"qcodes/instrument_drivers/zurich_instruments",
"qcodes/instrument_drivers/Harvard/Decadac.py",
"qcodes/instrument_drivers/oxford/mercuryiPS.py",
"qcodes/actions.py",
"qcodes/data",
"qcodes/loops.py",
Expand Down

0 comments on commit cc76107

Please sign in to comment.