From 624ceae16708ff5261b63b7d6142b887d8cef6c2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 30 Dec 2025 17:58:36 -0600 Subject: migrate from github to sourcehut --- ruff.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ruff.toml (limited to 'ruff.toml') 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 -- cgit v1.2.3