From c2b0f7e4fb4738afcae1705db8f983dd90a669a4 Mon Sep 17 00:00:00 2001 From: historia Date: Sun, 6 Sep 2026 15:17:57 -0400 Subject: inital commit --- lib/ruff.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/ruff.toml (limited to 'lib/ruff.toml') diff --git a/lib/ruff.toml b/lib/ruff.toml new file mode 100644 index 0000000..c1a0a5e --- /dev/null +++ b/lib/ruff.toml @@ -0,0 +1,12 @@ +line-length = 100 +target-version = "py310" + +[lint] +select = ["E", "F", "W", "I", "UP", "B", "SIM", "NPY", "RUF"] +ignore = ["E501"] + +[lint.isort] +known-first-party = ["producer"] + +[format] +quote-style = "double" -- cgit v1.2.3