[PATCH b4 01/12] Configure ruff format with single quotes
Tamir Duberstein <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <[email protected]> |
This allows me to format modified code as I go without changing pervasive style. Signed-off-by: Tamir Duberstein <[email protected]> --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b418bca..a324583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,9 @@ files = [ {filename = "src/b4/man/b4.1"}, ] +[tool.ruff.format] +quote-style = "single" + [tool.ruff.lint] select = [ "F", # https://docs.astral.sh/ruff/rules/#pyflakes-f -- 2.53.0