summaryrefslogtreecommitdiffstats
path: root/server.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server.toml')
-rw-r--r--server.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.toml b/server.toml
index 661079c..2063bff 100644
--- a/server.toml
+++ b/server.toml
@@ -4,6 +4,7 @@
[tool.ruff]
# https://docs.astral.sh/ruff/configuration/
# we do not use black or isort, we use ruff instead
+# to sort imports, ruff check --select I --fix
line-length=120
lint.ignore = ["E402", "F541"]