We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dd4fb commit 59443f4Copy full SHA for 59443f4
pyproject.toml
@@ -71,6 +71,14 @@ exabgp = 'exabgp.application.main:main'
71
exabgp-cli = 'exabgp.application.cli:main'
72
exabgp-healthcheck = 'exabgp.application.healthcheck:main'
73
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
82
[tool.black]
83
line-length = 120
84
target-version = [
0 commit comments