aboutsummaryrefslogtreecommitdiff
path: root/ruff.toml
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-30 17:58:36 -0600
committerChristian Cleberg <[email protected]>2025-12-30 17:58:36 -0600
commit624ceae16708ff5261b63b7d6142b887d8cef6c2 (patch)
tree23ca6840113a3aa83bc210cf7d59aa59811b3f69 /ruff.toml
parent8fa0b5e0a894ccf8c8583bfa7f2d0e9d7ad2575c (diff)
downloadcleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.tar.gz
cleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.tar.bz2
cleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.zip
migrate from github to sourcehut
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