1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-10 17:30:11 +01:00

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"