aboutsummaryrefslogtreecommitdiff
path: root/ruff.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ruff.toml')
-rw-r--r--ruff.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/ruff.toml b/ruff.toml
deleted file mode 100644
index 66b2fa6..0000000
--- a/ruff.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-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