mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add ruff rule
This commit is contained in:
parent
9684eade0d
commit
3782eddc4d
1 changed files with 3 additions and 0 deletions
|
@ -141,3 +141,6 @@ max-nested-blocks = 5
|
||||||
[tool.pylint.format]
|
[tool.pylint.format]
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
|
|
||||||
|
[tool.ruff.format]
|
||||||
|
quote-style = "preserve"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue