Documentation: add --no-preview
to --help
#7486
Labels
documentation
Improvements or additions to documentation
--no-preview
to --help
#7486
I like using
ruff
withpreview
rules, locally - so I have addedpreview = true
to mypyproject.toml
, and it seems to be picked up by VS Code,pre-commit
, and manual command-line invocations ofruff
. However, I think I would prefer new preview rules to break CI. I could pin theruff
version, but would like to avoid that ideally. Could the--preview
command-line flag be made switchable, e.g., to allowruff --preview=false
on CI?The text was updated successfully, but these errors were encountered: