summaryrefslogtreecommitdiffstats
path: root/dev.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dev.toml')
-rw-r--r--dev.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev.toml b/dev.toml
index 1b07fa1..05a80bb 100644
--- a/dev.toml
+++ b/dev.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"]