Add ruff rule

This commit is contained in:
linsui 2024-08-07 13:00:19 +08:00 committed by Hans-Christoph Steiner
parent 9684eade0d
commit 3782eddc4d

View file

@ -141,3 +141,6 @@ max-nested-blocks = 5
[tool.pylint.format]
# Maximum number of characters on a single line.
max-line-length = 88
[tool.ruff.format]
quote-style = "preserve"