summaryrefslogtreecommitdiffstats
path: root/server.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server.toml')
-rw-r--r--server.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/server.toml b/server.toml
index aa5aed8..661079c 100644
--- a/server.toml
+++ b/server.toml
@@ -1,3 +1,11 @@
+# Do not edit pyproject.toml, it is overwritten.
+# Instead, edit dev.toml and/or server.toml
+
+[tool.ruff]
+# https://docs.astral.sh/ruff/configuration/
+# we do not use black or isort, we use ruff instead
+line-length=120
+lint.ignore = ["E402", "F541"]
[project]
name = "troggle-server"
@@ -11,4 +19,7 @@ dependencies = [
"piexif==1.1.3",
"pillow==9.4.0",
"unidecode==1.3.6",
+ "black>=24.10.0",
+ "coverage>=7.6.9",
+]
]