Skip to content

Commit 59443f4

Browse files
committed
add configuration for ruff format
1 parent 78dd4fb commit 59443f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ exabgp = 'exabgp.application.main:main'
7171
exabgp-cli = 'exabgp.application.cli:main'
7272
exabgp-healthcheck = 'exabgp.application.healthcheck:main'
7373

74+
[tool.ruff]
75+
line-length = 120
76+
77+
[tool.ruff.format]
78+
quote-style = "single"
79+
indent-style = "space"
80+
docstring-code-format = true
81+
7482
[tool.black]
7583
line-length = 120
7684
target-version = [

0 commit comments

Comments
 (0)