You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ignore:open_binary is deprecated:DeprecationWarning', # pyvisa-sim deprecated in 3.11 un-deprecated in 3.12. Drop filter once we drop support for 3.11
223
221
'ignore:unclosed database in:ResourceWarning', # internal should be fixed
224
222
'ignore:unclosed\ <socket\.socket:ResourceWarning', # not clear from where this is coming
225
223
]
@@ -260,7 +258,8 @@ select = [
260
258
# PLxxxx are pylint lints that generate a fair amount of warnings
261
259
# it may be worth fixing some or these in the future
262
260
# PYI036 disable until https://github.com/astral-sh/ruff/issues/9794 is fixed
0 commit comments