Skip to content

Commit 24c4373

Browse files
ruff format settings
1 parent 0a68fd7 commit 24c4373

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ruff.toml

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
line-length = 100
2+
extend-exclude = ["docs/source/conf.py"]
3+
4+
[format]
5+
quote-style = "single"
6+
docstring-code-format = true
7+
18
[lint.per-file-ignores]
29
"__init__.py" = ["F401"]
10+
11+
[lint.pydocstyle]
12+
convention = "google"

0 commit comments

Comments
 (0)