Override ruff linter settings for notebook cells

rgooch_cfa
New Contributor III

How can I override the ruff linter settings for my notebooks?

I have various projects/git folders in my workspace, and oftentimes, they represent different teams and thus different sets of code formatting patterns. I would like to override the default ruff settings on a project-by-project basis using `pyproject.toml` files in the project directories, similar to how I can do this locally. However, when these files are added, the ruff linter still ignores my specific settings.

I have tried my own ideas + looked for documentation but I can't find the info. Thanks for your help!