summaryrefslogtreecommitdiffstats
path: root/server.toml
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-15 18:55:07 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-15 18:55:07 +0000
commit4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b (patch)
tree3ebf42504b8b728f48d11a9910b2a5d656ff2276 /server.toml
parent30760654b7a3d7a394028fdf357d6f257def1fd5 (diff)
downloadtroggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.tar.gz
troggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.tar.bz2
troggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.zip
sorting imports code snippet
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"]