<#20707 pants seems only support an old verision o...
# github-notifications
c
#20707 pants seems only support an old verision of ruff, without understanding recent ruff config syntax Issue created by Sage0614 Describe the bug
Copy code
[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/pants