From 84dd2d068317998f6fb59400c534ef5be6b51b53 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 7 Sep 2026 06:47:47 -0400 Subject: slop rewrite --- lib/ruff.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lib/ruff.toml (limited to 'lib/ruff.toml') diff --git a/lib/ruff.toml b/lib/ruff.toml deleted file mode 100644 index c1a0a5e..0000000 --- a/lib/ruff.toml +++ /dev/null @@ -1,12 +0,0 @@ -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