summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ruff.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruff.toml b/ruff.toml
index d85ceb7..e363f95 100644
--- a/ruff.toml
+++ b/ruff.toml
@@ -1,4 +1,4 @@
-line-length = 100 # defaults to 88 like black
+line-length = 80 # defaults to 88 like black
target-version = "py39" # the python version to target, useful when considering code upgrades, defaults to "py310"
select = [