From 708ccec8b23ee1a89ae34943a4ff2368b2b5ba51 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 4 Jun 2025 10:47:42 -0500 Subject: feat(lint): added ruff.toml to automate linting and formatting --- ruff.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ruff.toml (limited to 'ruff.toml') 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 -- cgit v1.2.3-70-g09d2