aboutsummaryrefslogtreecommitdiff
path: root/lib/ruff.toml
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-07 06:47:47 -0400
committerhistoria <historiavg@proton.me>2026-09-07 06:47:47 -0400
commit84dd2d068317998f6fb59400c534ef5be6b51b53 (patch)
tree025293e9d9229e02960374771ae522d9de2628ce /lib/ruff.toml
parent39b0f2bbed74f6487a41b82501ae3c6799e4b5c4 (diff)
downloadproducer-main.tar.gz
slop rewriteHEADmain
Diffstat (limited to 'lib/ruff.toml')
-rw-r--r--lib/ruff.toml12
1 files changed, 0 insertions, 12 deletions
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"