cool-easter-32542
03/22/2024, 5:52 PM[tool.ruff]
extend-include =["*.ipynb"]
[tool.ruff.lint]
select = ["F"]
ignore = ["F841"]
pants doens't recogize either syntax above, it seems only support ruff to a certain verison, which I didn't find the specific version it support in documentation.
Pants version
2.19.1
OS
linux
Additional info
Add any other information about the problem here, such as attachments or links to gists, if relevant.
pantsbuild/pantscool-easter-32542
03/24/2024, 3:46 PM