IPython 7.29 added a feature to support a __debuggerskip__ variable which give Pdb the ability to skip code in decorators. Similar to __tracebackhide__, can ruff be updated to allow the use of __debuggerskip__ as an unused variable by default for rule F841? These are white listed here.