diff options
Diffstat (limited to 'ruff.toml')
-rw-r--r-- | ruff.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ruff.toml b/ruff.toml new file mode 100644 index 0000000..66b2fa6 --- /dev/null +++ b/ruff.toml @@ -0,0 +1,14 @@ +exclude = [".venv"] +line-length = 80 +indent-width = 4 +respect-gitignore = true +show-fixes = true + +[format] +docstring-code-format = true +docstring-code-line-length = 80 +indent-style = "space" +quote-style = "double" + +[lint] +ignore = ["PLR0912"]
\ No newline at end of file |